Morpheus / Mbed OS mbed-Client-Morpheus-hg

Dependencies:   mbed-os

Files at this revision

API Documentation at this revision

Comitter:
Christopher Haster
Date:
Wed Mar 30 03:26:05 2016 -0500
Parent:
20:84d6e18cbc20
Child:
22:599f5dc9c20e
Commit message:
Removed reliance on MACROS.txt

Changed in this revision

neo.py Show annotated file Show diff for this revision Revisions of this file
--- a/neo.py	Wed Mar 30 03:21:03 2016 -0500
+++ b/neo.py	Wed Mar 30 03:26:05 2016 -0500
@@ -286,6 +286,7 @@
         sys.stderr.write('Warning! mbed-os not found?')
         sys.exit(-1)
 
+    macros = []
     if os.path.isfile('MACROS.txt'):
         with open('MACROS.txt') as f:
             macros = f.read().splitlines()