Davi Souza
/
pymite
python
Fork of pymite by
Diff: platform/mbed/main_img.cpp
- 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 */