Skip to content

Commit

Permalink
command_source use TimeManager command declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 18, 2023
1 parent 5e4d4a4 commit 80bb780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/2nd_obc_user/src/src_user/TlmCmd/command_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <src_core/System/EventManager/event_logger.h>
#include <src_core/System/EventManager/event_handler.h>
#include <src_core/System/TimeManager/time_manager.h>
#include <src_core/System/TimeManager/time_manager_cmd.h>
#include <src_core/System/ModeManager/mode_manager.h>
#include <src_core/System/ApplicationManager/app_manager.h>
#include <src_core/System/TaskManager/task_dispatcher.h>
Expand Down
2 changes: 1 addition & 1 deletion Examples/minimum_user/src/src_user/TlmCmd/command_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <src_core/System/EventManager/event_logger.h>
#include <src_core/System/EventManager/event_handler.h>
#include <src_core/System/TimeManager/time_manager.h>
#include <src_core/System/TimeManager/time_manager_cmd.h>
#include <src_core/System/ModeManager/mode_manager.h>
#include <src_core/System/ApplicationManager/app_manager.h>
#include <src_core/System/TaskManager/task_dispatcher.h>
Expand Down

0 comments on commit 80bb780

Please sign in to comment.