added missing #includes
This commit is contained in:
parent
f03c8fc9ae
commit
8950e79e28
|
@ -4,3 +4,6 @@
|
||||||
*.swp
|
*.swp
|
||||||
release
|
release
|
||||||
*.pyc
|
*.pyc
|
||||||
|
/.settings
|
||||||
|
/.cproject
|
||||||
|
/.project
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#include <sysinit.h>
|
#include <sysinit.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
#include "basic/basic.h"
|
#include "basic/basic.h"
|
||||||
#include "funk/nrf24l01p.h"
|
#include "funk/nrf24l01p.h"
|
||||||
|
#include "lcd/lcd.h"
|
||||||
//#include "usetable.h"
|
//#include "usetable.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue