Debug Pins Support
This commit is contained in:
committed by
Scott Lahteine
parent
a31e32969f
commit
c66d1ac651
@ -28,6 +28,8 @@
|
||||
#include "HAL_DUE/HAL_pinsDebug_Due.h"
|
||||
#elif IS_32BIT_TEENSY
|
||||
#include "HAL_TEENSY35_36/HAL_pinsDebug_Teensy.h"
|
||||
#elif defined(TARGET_LPC1768)
|
||||
#include "HAL_LPC1768/HAL_pinsDebug.h"
|
||||
#else
|
||||
#error Unsupported Platform!
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user