added missing #includes

This commit is contained in:
tunix 2012-06-08 03:11:26 +02:00
parent f03c8fc9ae
commit 8950e79e28
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@
*.swp
release
*.pyc
/.settings
/.cproject
/.project

View File

@ -1,7 +1,9 @@
#include <sysinit.h>
#include <stdint.h>
#include <string.h>
#include "basic/basic.h"
#include "funk/nrf24l01p.h"
#include "lcd/lcd.h"
//#include "usetable.h"