Skip to content

Commit

Permalink
docs: Organizes includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Nov 1, 2024
1 parent 3557682 commit ccc9e99
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/rideTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
* @version 1
*/


#include "rideTask.hpp"

#include "Particle.h"
#include "consts.hpp"
#include "cli/conio.hpp"
#include "util.hpp"
#include "vers.hpp"
#include "ensembles.hpp"
#include "cli/flog.hpp"
#include "system.hpp"
#include "sleepTask.hpp"
#include "consts.hpp"
#include "ensembles.hpp"
#include "scheduler.hpp"
#include "sleepTask.hpp"
#include "system.hpp"
#include "util.hpp"
#include "vers.hpp"

#include <time.h>


/**
* @brief creates file name for log
* @todo implement RIDE_setFileName
Expand Down

0 comments on commit ccc9e99

Please sign in to comment.