Fixed some bugs with build in modules.

This commit is contained in:
Brad Nelson
2023-07-06 22:55:18 -07:00
parent 7b74cddf2d
commit a5f9ca1b35
3 changed files with 8 additions and 3 deletions

View File

@ -54,7 +54,7 @@
// Hook to pull in words from optional serial bluetooth support.
# if __has_include("serial-bluetooth.h")
# include "bluetooth-serial.h"
# include "serial-bluetooth.h"
# else
# define OPTIONAL_SERIAL_BLUETOOTH_SUPPORT
# define OPTIONAL_BLUETOOTH_VOCABULARY

View File

@ -46,6 +46,5 @@
XV(bluetooth, "SerialBT.isReady", SERIALBT_IS_READY, n0 = bt0->isReady(n2, n1); NIPn(2)) \
/* Bluetooth */ \
YV(bluetooth, esp_bt_dev_get_address, PUSH esp_bt_dev_get_address())
#endif
{{serial_bluetooth}}