move files to work with platformio
This commit is contained in:
parent
ebcd0d1d0b
commit
5f0009c3b3
|
@ -62,4 +62,11 @@ typedef uint16_t prog_uint16_t;
|
|||
#endif
|
||||
|
||||
#endif // __RF24_CONFIG_H__
|
||||
|
||||
//ARM specific code
|
||||
#ifdef __arm__
|
||||
#define SPI_CLOCK_DIV4 21
|
||||
#define _BV(bit) (1 << (bit))
|
||||
#define printf_P printf
|
||||
#endif
|
||||
// vim:ai:cin:sts=2 sw=2 ft=cpp
|
Loading…
Reference in New Issue