mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2436 ebee16cc-31ac-478f-84a7-5cbb03baadba
48 lines
1.2 KiB
C
48 lines
1.2 KiB
C
/**
|
|
* PyMite library image file.
|
|
*
|
|
* Automatically created from:
|
|
* main.py
|
|
* img-list-terminator
|
|
* by pmImgCreator.py on
|
|
* Tue Jan 11 21:25:50 2011.
|
|
*
|
|
* Byte count: 127
|
|
*
|
|
* Selected memspace type: RAM
|
|
*
|
|
* DO NOT EDIT THIS FILE.
|
|
* ANY CHANGES WILL BE LOST.
|
|
*/
|
|
|
|
/* Place the image into RAM */
|
|
#ifdef __cplusplus
|
|
extern
|
|
#endif
|
|
unsigned char const
|
|
usrlib_img[] =
|
|
{
|
|
|
|
|
|
/* main.py */
|
|
0x0A, 0x7E, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00,
|
|
0x0C, 0x00, 0x04, 0x03, 0x03, 0x03, 0x00, 0x69,
|
|
0x70, 0x6D, 0x03, 0x07, 0x00, 0x67, 0x6C, 0x6F,
|
|
0x62, 0x61, 0x6C, 0x73, 0x03, 0x04, 0x00, 0x6D,
|
|
0x61, 0x69, 0x6E, 0x03, 0x06, 0x00, 0x05, 0x02,
|
|
0x0C, 0x01, 0x10, 0x02, 0x03, 0x08, 0x00, 0x6D,
|
|
0x61, 0x69, 0x6E, 0x2E, 0x70, 0x79, 0x00, 0x04,
|
|
0x04, 0x03, 0x05, 0x00, 0x48, 0x65, 0x6C, 0x6C,
|
|
0x6F, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x03,
|
|
0x08, 0x00, 0x47, 0x6F, 0x6F, 0x64, 0x2D, 0x62,
|
|
0x79, 0x65, 0x04, 0x00, 0x64, 0x00, 0x00, 0x47,
|
|
0x48, 0x64, 0x01, 0x00, 0x64, 0x02, 0x00, 0x6B,
|
|
0x00, 0x00, 0x5A, 0x00, 0x00, 0x65, 0x00, 0x00,
|
|
0x69, 0x00, 0x00, 0x65, 0x01, 0x00, 0x83, 0x00,
|
|
0x00, 0x83, 0x01, 0x00, 0x01, 0x64, 0x03, 0x00,
|
|
0x47, 0x48, 0x64, 0x02, 0x00, 0x53,
|
|
|
|
/* img-list-terminator */
|
|
0xFF,
|
|
};
|