HAL for Re:ARM (LPC1768) architecture
This commit is contained in:
committed by
Scott Lahteine
parent
f3e562e46e
commit
44b0c186a6
@ -87,6 +87,10 @@ void spiSendBlock(uint8_t token, const uint8_t* buf);
|
||||
#define CPU_32_BIT
|
||||
#include "HAL_TEENSY35_36/HAL_Teensy.h"
|
||||
#include "math_32bit.h"
|
||||
#elif defined(TARGET_LPC1768)
|
||||
#define CPU_32_BIT
|
||||
#include "math_32bit.h"
|
||||
#include "HAL_LPC1768/HAL.h"
|
||||
#else
|
||||
#error Unsupported Platform!
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user