mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
PyMite: Oops, delete some autogenerated files that are not needed.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2445 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
0259b6d1f1
commit
4181d1de05
@ -1,47 +0,0 @@
|
||||
/**
|
||||
* 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,
|
||||
};
|
@ -1,37 +0,0 @@
|
||||
#undef __FILE_ID__
|
||||
#define __FILE_ID__ 0x0A
|
||||
/**
|
||||
* PyMite usr native function file
|
||||
*
|
||||
* automatically created by pmImgCreator.py
|
||||
* on Tue Jan 11 21:25:50 2011
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* ANY CHANGES WILL BE LOST.
|
||||
*
|
||||
* @file main_nat.c
|
||||
*/
|
||||
|
||||
#define __IN_LIBNATIVE_C__
|
||||
#include "pm.h"
|
||||
|
||||
PmReturn_t
|
||||
nat_placeholder_func(pPmFrame_t *ppframe)
|
||||
{
|
||||
|
||||
/*
|
||||
* Use placeholder because an index
|
||||
* value of zero denotes the stdlib.
|
||||
* This function should not be called.
|
||||
*/
|
||||
PmReturn_t retval;
|
||||
PM_RAISE(retval, PM_RET_EX_SYS);
|
||||
return retval;
|
||||
|
||||
}
|
||||
|
||||
/* Native function lookup table */
|
||||
pPmNativeFxn_t const usr_nat_fxn_table[] =
|
||||
{
|
||||
nat_placeholder_func,
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user