Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Akram authored and Akram committed Aug 22, 2024
1 parent cecb427 commit 4e2aec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/APPReinforcementLearning/src/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ class App
*
* @return If successful returns true, otherwise false.
*/
bool setupSerialMuxProt()
bool setupSerialMuxProt();

/**
* Send line sensors data via SerialMuxProt.
*/
void sendLineSensorsData() ;
void sendLineSensorsData();

/**
* Copy construction of an instance.
Expand Down

0 comments on commit 4e2aec2

Please sign in to comment.