Browse Source

add: 添加luat_nimble_mac_set的空实现,暂时不管

Wendal Chen 1 năm trước cách đây
mục cha
commit
ce79d56a43
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      luatos/components/luat/ble/luat_nimble_idf5.c

+ 4 - 0
luatos/components/luat/ble/luat_nimble_idf5.c

@@ -67,3 +67,7 @@ int luat_nimble_init(uint8_t uart_idx, char* name, int mode) {
     }
     return ret;
 }
+
+int luat_nimble_mac_set(const char* tmac) {
+    return -1;
+}