Fix gitignore and remove autogenerated wrapper.c

This commit is contained in:
Stefan `Sec` Zehl 2011-07-05 02:32:24 +02:00
parent fc286a1551
commit 8c0c89e407
3 changed files with 3 additions and 14 deletions

2
firmware/.gitignore vendored
View File

@ -1,5 +1,5 @@
firmware.bin
firmware.elf
lpc1xxx/memory.ld
modules/wrapper.c
applications/wrapper.c
lcd/allfonts.h

View File

@ -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();
}

2
tools/.gitignore vendored
View File

@ -1,2 +1,4 @@
lpcfix.exe
lpcfix
xxtea.exe
xxtea