Skip to content

Commit

Permalink
Expand memory for OBPSensortask from 4k to 8k
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed Aug 23, 2023
1 parent e5f945f commit 9bfe455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/obp60task/OBPSensorTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,6 @@ void sensorTask(void *param){


void createSensorTask(SharedData *shared){
xTaskCreate(sensorTask,"readSensors",4000,shared,3,NULL);
xTaskCreate(sensorTask,"readSensors",8000,shared,3,NULL);
}
#endif

0 comments on commit 9bfe455

Please sign in to comment.