Skip to content

Commit

Permalink
[platform] Fix missing include in FDCAN message ram header
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand authored and salkinium committed Oct 1, 2024
1 parent edb1a09 commit 2073353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modm/platform/can/common/fdcan/message_ram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <tuple>

#include <modm/math/utils/bit_constants.hpp>
#include <modm/architecture/interface/can_message.hpp>
#include <modm/architecture/interface/register.hpp>

/// @cond
Expand Down
1 change: 1 addition & 0 deletions src/modm/platform/can/common/fdcan/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def prepare(module, options):

module.depends(
":architecture:assert",
":architecture:can",
":architecture:clock")
return True

Expand Down

0 comments on commit 2073353

Please sign in to comment.