Skip to content

Commit

Permalink
ccm
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 13, 2024
1 parent 004d477 commit bf48b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/controllers/core/main_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MainLoop : public PeriodicController<1024> {
int m_cycleCounter = 0;
};

static MainLoop mainLoop;
static MainLoop mainLoop CCM_OPTIONAL;

void initMainLoop() {
mainLoop.start();
Expand Down

0 comments on commit bf48b4f

Please sign in to comment.