mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-29 08:52:04 -07:00
fix: exclude e-paper lib by default
This commit is contained in:
parent
3cc2161133
commit
d2c9a35c85
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ USE_FREERTOS ?= n
|
|||||||
# Build with CMSIS DSP functions, y:yes, n:no
|
# Build with CMSIS DSP functions, y:yes, n:no
|
||||||
USE_DSP ?= n
|
USE_DSP ?= n
|
||||||
# Build with Waveshare e-paper lib, y:yes, n:no
|
# Build with Waveshare e-paper lib, y:yes, n:no
|
||||||
USE_EPAPER ?= y
|
USE_EPAPER ?= n
|
||||||
# Programmer, jlink or pyocd
|
# Programmer, jlink or pyocd
|
||||||
FLASH_PROGRM ?= pyocd
|
FLASH_PROGRM ?= pyocd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user