Relocate SPI.h to the HAL folder

This commit is contained in:
Scott Lahteine
2017-10-19 00:42:16 -05:00
parent 46aae4c6e7
commit 60af705e6d
5 changed files with 81 additions and 55 deletions

View File

@ -37,7 +37,7 @@
// --------------------------------------------------------------------------
#include "../HAL.h"
#include "SPI.h"
#include "../SPI.h"
#include "pins_arduino.h"
#include "spi_pins.h"
#include "../../core/macros.h"