Skip to content

Commit 15fc812

Browse files
committed
Remove extra xSemaphore
This was causing an 'assert failed: xQueueGenericSend queue.c crash'
1 parent 16b5744 commit 15fc812

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Surveyor/NVM.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ void recordSystemSettingsToFileSD(char *fileName)
9999
settingsFile.close();
100100

101101
log_d("Settings recorded to SD: %s", fileName);
102-
103-
xSemaphoreGive(sdCardSemaphore);
104102
}
105103
else
106104
{

0 commit comments

Comments
 (0)