chiotte
This commit is contained in:
parent
dbfb0bf9ec
commit
5d6b6e5083
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ void Tasks::StartRobotTaskWithoutWatchdog(void *arg) {
|
||||||
/**************************************************************************************/
|
/**************************************************************************************/
|
||||||
/* The task startRobot starts here */
|
/* The task startRobot starts here */
|
||||||
/**************************************************************************************/
|
/**************************************************************************************/
|
||||||
//Boolean to get the battery
|
//Boolean to get the batterye
|
||||||
rt_mutex_acquire(&mutex_killBattery, TM_INFINITE);
|
rt_mutex_acquire(&mutex_killBattery, TM_INFINITE);
|
||||||
killBattery=0;
|
killBattery=0;
|
||||||
rt_mutex_release(&mutex_killBattery);
|
rt_mutex_release(&mutex_killBattery);
|
||||||
|
|
Loading…
Reference in a new issue