Fix gitignore and remove autogenerated wrapper.c
This commit is contained in:
parent
fc286a1551
commit
8c0c89e407
|
@ -1,5 +1,5 @@
|
||||||
firmware.bin
|
firmware.bin
|
||||||
firmware.elf
|
firmware.elf
|
||||||
lpc1xxx/memory.ld
|
lpc1xxx/memory.ld
|
||||||
modules/wrapper.c
|
applications/wrapper.c
|
||||||
lcd/allfonts.h
|
lcd/allfonts.h
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
void main_default(void);
|
|
||||||
void tick_default(void);
|
|
||||||
void main_fs(void);
|
|
||||||
void tick_fs(void);
|
|
||||||
|
|
||||||
void wrapper(void){
|
|
||||||
main_default();
|
|
||||||
main_fs();
|
|
||||||
}
|
|
||||||
void tick_wrapper(void){
|
|
||||||
tick_default();
|
|
||||||
tick_fs();
|
|
||||||
}
|
|
|
@ -1,2 +1,4 @@
|
||||||
lpcfix.exe
|
lpcfix.exe
|
||||||
lpcfix
|
lpcfix
|
||||||
|
xxtea.exe
|
||||||
|
xxtea
|
||||||
|
|
Loading…
Reference in New Issue