Skip to content

Commit

Permalink
Delete extra author tag and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akram authored and Akram committed Jul 30, 2024
1 parent c8c3094 commit a2c2976
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/APPReinforcementLearning/src/DrivingState.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*******************************************************************************/
/**
* @brief Driving state
* @author @author Akram Bziouech
* @author Akram Bziouech
*
* @addtogroup Application
*
Expand Down
6 changes: 4 additions & 2 deletions lib/APPReinforcementLearning/src/ErrorState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@

void ErrorState::entry()
{
IDisplay& display = Board::getInstance().getDisplay();

IBoard& board = Board::getInstance();
IDisplay& display = board.getDisplay();

/* Stop the motors in any case! */
DifferentialDrive::getInstance().disable();

display.clear();
Expand Down
2 changes: 1 addition & 1 deletion lib/APPReinforcementLearning/src/SerialMuxchannels.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*******************************************************************************/
/**
* @brief Channel structure definition for the SerialMuxProt.
* @author @author Akram Bziouech
* @author Akram Bziouech
*/

#ifndef SERIAL_MUX_CHANNELS_H_
Expand Down

0 comments on commit a2c2976

Please sign in to comment.