python-on-a-chip online compiler

Dependencies:   mbed TSI

/media/uploads/va009039/p14p-f446re.png

more info: python-on-a-chip

Revision:
3:559c4bd38111
Parent:
2:a2bea117e22e
Child:
4:23becb24acb8
--- a/platform/mbed/main_img.cpp	Tue Mar 12 11:40:41 2013 +0000
+++ b/platform/mbed/main_img.cpp	Wed Mar 13 10:05:34 2013 +0000
@@ -6,7 +6,7 @@
  *    mbed.py
  *    img-list-terminator
  * by pmImgCreator.py on
- * Tue Mar 12 20:23:40 2013.
+ * Wed Mar 13 11:14:03 2013.
  * 
  * Byte count: 2504
  * 
@@ -16,6 +16,8 @@
  * ANY CHANGES WILL BE LOST.
  */
 
+#include "pmfeatures.h"
+#ifdef HAVE_PYTHON26
 /* Place the image into RAM */
 #ifdef __cplusplus
 extern
@@ -346,3 +348,4 @@
 /* img-list-terminator */
     0xFF, 
 };
+#endif /* HAVE_PYTHON26 */