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

@ -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}}