Skip to content

Commit

Permalink
guard against bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 19, 2025
1 parent 2d96259 commit 3c6e91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/controllers/algo/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ class Engine final : public TriggerStateListener {
LedBlinkingTask,
TpsAccelEnrichment,

#ifndef EFI_BOOTLOADER
#include "modules_list_generated.h"
#endif

EngineModule // dummy placeholder so the previous entries can all have commas
> engineModules;
Expand Down

0 comments on commit 3c6e91c

Please sign in to comment.