array in SettingWakeUp wrong size
This commit is contained in:
parent
7e2db806c3
commit
96961709f3
3 changed files with 3 additions and 3 deletions
|
|
@ -63,8 +63,8 @@ void TwiMaster::Init() {
|
|||
|
||||
TwiMaster::ErrorCodes TwiMaster::Read(uint8_t deviceAddress, uint8_t registerAddress, uint8_t *data, size_t size) {
|
||||
// this is causing an error when came from sleep
|
||||
//
|
||||
//xSemaphoreTake(mutex, portMAX_DELAY);
|
||||
|
||||
auto ret = ReadWithRetry(deviceAddress, registerAddress, data, size);
|
||||
//xSemaphoreGive(mutex);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue