Morpheus / Mbed OS mbed-Client-Morpheus-hg

Dependencies:   mbed-os

Revision:
21:1a3f920b6f07
Parent:
20:84d6e18cbc20
Child:
22:599f5dc9c20e
--- 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()