Browse Source

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

Chris Pepper 7 years ago
parent
commit
9b64fdbc3a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/HAL_LPC1768/include/Arduino.h

+ 1
- 0
Marlin/src/HAL/HAL_LPC1768/include/Arduino.h View File

@@ -93,6 +93,7 @@ extern "C" void GpioDisableInt(uint32_t port, uint32_t pin);
93 93
 #define strcpy_P strcpy
94 94
 #define snprintf_P snprintf
95 95
 #define strlen_P strlen
96
+#define strchr_P strchr
96 97
 
97 98
 // Time functions
98 99
 extern "C" {

Loading…
Cancel
Save