Adding a USER_VOCABULARIES hook.
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user