[LPC176x] HAL: Add missing program space definition (#10776)
This commit is contained in:
parent
50270b53a0
commit
9b64fdbc3a
|
@ -93,6 +93,7 @@ extern "C" void GpioDisableInt(uint32_t port, uint32_t pin);
|
|||
#define strcpy_P strcpy
|
||||
#define snprintf_P snprintf
|
||||
#define strlen_P strlen
|
||||
#define strchr_P strchr
|
||||
|
||||
// Time functions
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue