Removed some dependencies to the SPI library

This commit is contained in:
Pascal Langer
2017-12-19 22:44:20 +01:00
parent b49584ec16
commit 835cc3d0a2
3 changed files with 12 additions and 10 deletions

View File

@@ -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();