mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fixed ESPRUINO 1V0 build
This commit is contained in:
parent
dc56062cdd
commit
64df7bd79b
2
Makefile
2
Makefile
@ -79,8 +79,6 @@ BASEADDRESS=0x08000000
|
||||
# When adding stuff here, also remember build_pininfo, platform_config.h, jshardware.c
|
||||
ifdef ESPRUINO_1V0
|
||||
PROJ_NAME=espruino_espruino_1v0
|
||||
USE_BOOTLOADER=1
|
||||
BOOTLOADER_PROJ_NAME=bootloader_espruino_1v0
|
||||
USB=1
|
||||
#USE_NET=1
|
||||
#USE_CC3000=1
|
||||
|
||||
@ -29,7 +29,7 @@ import pinutils;
|
||||
|
||||
# -----------------------------------------------------------------------------------------
|
||||
def die(err):
|
||||
print("ERROR: "+err)
|
||||
sys.stderr.write("ERROR: "+err+"\n")
|
||||
sys.exit(1)
|
||||
# -----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user