[LPC176x] HAL: Add missing program space definition (#10776)

This commit is contained in:
Chris Pepper 2018-05-19 21:37:54 +01:00 committed by Scott Lahteine
parent 50270b53a0
commit 9b64fdbc3a

View file

@ -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" {