Skip to content

Commit 2073353

Browse files
chris-durandsalkinium
authored andcommitted
[platform] Fix missing include in FDCAN message ram header
1 parent edb1a09 commit 2073353

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/modm/platform/can/common/fdcan/message_ram.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <tuple>
2121

2222
#include <modm/math/utils/bit_constants.hpp>
23+
#include <modm/architecture/interface/can_message.hpp>
2324
#include <modm/architecture/interface/register.hpp>
2425

2526
/// @cond

src/modm/platform/can/common/fdcan/module.lb

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def prepare(module, options):
2121

2222
module.depends(
2323
":architecture:assert",
24+
":architecture:can",
2425
":architecture:clock")
2526
return True
2627

0 commit comments

Comments
 (0)