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

@ -29,7 +29,7 @@
#ifndef _HAL_H
#define _HAL_H
#include "../inc/SPI.h"
#include "SPI.h"
#ifdef __AVR__
#include "HAL_AVR/HAL_AVR.h"