STM32F1: AUTO_BED_LEVELING_UBL build fixes (#15240)

This commit is contained in:
Tanguy Pruvot
2019-09-13 08:33:33 +02:00
committed by Scott Lahteine
parent ae7ae89bb3
commit 2435c6082a
2 changed files with 6 additions and 1 deletions

View File

@ -58,6 +58,9 @@
//#define strchr_P(s,c) strchr(s,c)
#endif
#ifndef snprintf_P
#define snprintf_P snprintf
#endif
#ifndef vsnprintf_P
#define vsnprintf_P vsnprintf
#endif