Skip to content

Commit

Permalink
command_source use watchdog timer command declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 18, 2023
1 parent 3ba9edf commit d0a6d6a
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 @@ -11,7 +11,7 @@
#include <src_core/System/ModeManager/mode_manager.h>
#include <src_core/System/ApplicationManager/app_manager.h>
#include <src_core/System/TaskManager/task_dispatcher_cmd.h>
#include <src_core/System/WatchdogTimer/watchdog_timer.h>
#include <src_core/System/WatchdogTimer/watchdog_timer_cmd.h>
#include <src_core/TlmCmd/block_command_executor.h>
#include <src_user/TlmCmd/block_command_user_settings.h>
#include <src_core/TlmCmd/telemetry_generator.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 @@ -11,7 +11,7 @@
#include <src_core/System/ModeManager/mode_manager.h>
#include <src_core/System/ApplicationManager/app_manager.h>
#include <src_core/System/TaskManager/task_dispatcher_cmd.h>
#include <src_core/System/WatchdogTimer/watchdog_timer.h>
#include <src_core/System/WatchdogTimer/watchdog_timer_cmd.h>
#include <src_core/TlmCmd/block_command_executor.h>
#include <src_user/TlmCmd/block_command_user_settings.h>
#include <src_core/TlmCmd/telemetry_generator.h>
Expand Down

0 comments on commit d0a6d6a

Please sign in to comment.