mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 12:23:16 +00:00
Removed some dependencies to the SPI library
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
#else
|
||||
#include <libmaple/usart.h>
|
||||
#include <libmaple/timer.h>
|
||||
#include <SPI.h>
|
||||
//#include <libmaple/spi.h>
|
||||
#include <SPI.h>
|
||||
#include <EEPROM.h>
|
||||
HardwareTimer HWTimer2(2);
|
||||
void PPM_decode();
|
||||
|
||||
Reference in New Issue
Block a user