Skip to content

Commit

Permalink
command_source use task dispatcher command declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 23, 2023
1 parent b17f709 commit 50b4c02
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 @@ -10,7 +10,7 @@
#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>
#include <src_core/System/TaskManager/task_dispatcher_cmd.h>
#include <src_core/System/WatchdogTimer/watchdog_timer.h>
#include <src_core/TlmCmd/block_command_executor.h>
#include <src_user/TlmCmd/block_command_user_settings.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 @@ -10,7 +10,7 @@
#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>
#include <src_core/System/TaskManager/task_dispatcher_cmd.h>
#include <src_core/System/WatchdogTimer/watchdog_timer.h>
#include <src_core/TlmCmd/block_command_executor.h>
#include <src_user/TlmCmd/block_command_user_settings.h>
Expand Down

0 comments on commit 50b4c02

Please sign in to comment.