Adding a USER_VOCABULARIES hook.

This commit is contained in:
Brad Nelson
2022-10-07 20:48:05 -07:00
parent 30665011df
commit 1826a75cd0

View File

@ -69,8 +69,13 @@
# endif # endif
#endif #endif
#if !defined(USER_VOCABULARIES)
# define USER_VOCABULARIES
#endif
#define VOCABULARY_LIST \ #define VOCABULARY_LIST \
V(forth) V(internals) \ V(forth) V(internals) \
V(rtos) V(SPIFFS) V(serial) V(SD) V(SD_MMC) V(ESP) \ V(rtos) V(SPIFFS) V(serial) V(SD) V(SD_MMC) V(ESP) \
V(ledc) V(Wire) V(WiFi) V(bluetooth) V(sockets) V(oled) \ V(ledc) V(Wire) V(WiFi) V(bluetooth) V(sockets) V(oled) \
V(rmt) V(interrupts) V(spi_flash) V(camera) V(timers) V(rmt) V(interrupts) V(spi_flash) V(camera) V(timers) \
USER_VOCABULARIES