Set ARDUINOJSON_EMBEDDED_MODE to 1 on Nios II (closes #1657)

This commit is contained in:
Benoit Blanchon
2021-09-28 15:58:18 +02:00
parent f51ccb5c3f
commit fcd8159617
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@
|| defined(__IAR_SYSTEMS_ICC__) /* IAR Embedded Workbench */ \
|| defined(__XC) /* MPLAB XC compiler */ \
|| defined(__ARMCC_VERSION) /* Keil ARM Compiler */ \
|| defined(__NIOS2__) /* Altera Nios II EDS */ \
|| defined(__AVR) /* Atmel AVR8/GNU C Compiler */
# define ARDUINOJSON_EMBEDDED_MODE 1
# else