Use a macro for HAL header redirection (#10380)

This commit is contained in:
Chris Pepper
2018-04-12 20:25:08 -05:00
committed by Scott Lahteine
parent 12785583d0
commit cc6d41e1d3
51 changed files with 152 additions and 285 deletions
@@ -32,7 +32,7 @@
*/
#ifdef ARDUINO_ARCH_SAM
#include "HAL_Due.h"
#include "HAL.h"
#include "InterruptVectors_Due.h"
/* The relocated Exception/Interrupt Table - According to the ARM