fixed ESPRUINO 1V0 build

This commit is contained in:
Gordon Williams 2013-12-09 16:55:06 +00:00
parent dc56062cdd
commit 64df7bd79b
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ import pinutils;
# -----------------------------------------------------------------------------------------
def die(err):
print("ERROR: "+err)
sys.stderr.write("ERROR: "+err+"\n")
sys.exit(1)
# -----------------------------------------------------------------------------------------