Minor changes, nothing major

This commit is contained in:
Th3maz1ng 2023-04-10 21:16:27 +02:00
parent 92d3279eb9
commit da59200c77
2 changed files with 2 additions and 2 deletions

View File

@ -95,4 +95,4 @@ bool is_ble_modem_on(void)
if(bt_adapter_state == WM_BT_STATE_OFF || bt_system_action != WM_BT_SYSTEM_ACTION_IDLE) if(bt_adapter_state == WM_BT_STATE_OFF || bt_system_action != WM_BT_SYSTEM_ACTION_IDLE)
return false; return false;
return true; return true;
} }

View File

@ -29,4 +29,4 @@ bool ble_modem_off(void);
*/ */
bool is_ble_modem_on(void); bool is_ble_modem_on(void);
#endif //BLE_MODEM_H #endif //BLE_MODEM_H