mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-04 20:43:55 -06:00
[LPC176x] HAL: Add missing program space definition (#10776)
This commit is contained in:
parent
50270b53a0
commit
9b64fdbc3a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue