organize: moved include files to inc/
This commit is contained in:
parent
7722a84b2e
commit
22fe7bdf0b
7 changed files with 7 additions and 7 deletions
6
main.cpp
6
main.cpp
|
|
@ -49,9 +49,9 @@
|
|||
#include <sys/attribs.h> // for ISR macros
|
||||
#include <sys/kmem.h>
|
||||
|
||||
#include "Board.hpp"
|
||||
#include "Piece.hpp"
|
||||
#include "NeoPixel.hpp"
|
||||
#include "inc/Board.hpp"
|
||||
#include "inc/Piece.hpp"
|
||||
#include "inc/NeoPixel.hpp"
|
||||
|
||||
#define F_CPU 12000000UL // 12MHz
|
||||
#define F_PER 6000000UL // 6MHz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue