Improvements and fixes (#595)
- Fix BluetoothSettings app not updating when toggling on Bluetooth on - Fix BluetoothSettings app crash when closing while scanning - Fix BluetoothSettings app crash when turning BT off while scanning - WebServer doesn't save config anymore as a side-effect of reading the config - Add missing license headers - Use TactilityKernel's time and delay functions instead of TactilityFreeRtos ones
This commit is contained in:
committed by
GitHub
parent
e6e1dcd0ca
commit
bd108cc3c4
@@ -224,7 +224,7 @@ public:
|
||||
/**
|
||||
* @warning If this blocks forever, it might be because of the Thread, but it could also be because another task is blocking the CPU.
|
||||
*/
|
||||
bool join(TickType_t timeout = kernel::MAX_TICKS, TickType_t pollInterval = 10) {
|
||||
bool join(TickType_t timeout = kernel::FREERTOS_MAX_TICKS, TickType_t pollInterval = 10) {
|
||||
assert(getCurrent() != this);
|
||||
|
||||
TickType_t start_ticks = kernel::getTicks();
|
||||
|
||||
Reference in New Issue
Block a user