Skip to content

Commit

Permalink
Merge pull request #88 from jphickey/fix-82-dispatch
Browse files Browse the repository at this point in the history
Fix #82, use separate dispatcher for messages
  • Loading branch information
dzbaker committed Apr 17, 2023
2 parents 4926ebd + 8aa3742 commit 0dba171
Show file tree
Hide file tree
Showing 17 changed files with 1,268 additions and 1,432 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(APP_SRC_FILES
fsw/src/lc_custom.c
fsw/src/lc_app.c
fsw/src/lc_cmds.c
fsw/src/lc_dispatch.c
fsw/src/lc_watch.c
fsw/src/lc_action.c
fsw/src/lc_utils.c
Expand Down
1 change: 1 addition & 0 deletions fsw/src/lc_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "lc_perfids.h"
#include "lc_version.h"
#include "lc_cmds.h"
#include "lc_dispatch.h"
#include "lc_action.h"
#include "lc_watch.h"
#include "lc_utils.h"
Expand Down
Loading

0 comments on commit 0dba171

Please sign in to comment.