File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/stm32f4_discovery/can_m2515 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ class MyTask : modm::pt::Protothread
68
68
mcp2515.getMessage (message_);
69
69
MODM_LOG_INFO << " Received message: " << message_.identifier << modm::endl;
70
70
}
71
+ mcp2515.update ();
71
72
}
72
73
PT_END ();
73
74
}
Original file line number Diff line number Diff line change 1
1
<library >
2
2
<extends >modm:disco-f407vg</extends >
3
3
<options >
4
- <option name =" modm:build:build.path" >../../../build/stm32f4_discovery/spi </option >
4
+ <option name =" modm:build:build.path" >../../../build/stm32f4_discovery/mcp2515 </option >
5
5
</options >
6
6
<modules >
7
7
<module >modm:platform:gpio</module >
8
8
<module >modm:platform:spi.bitbang</module >
9
9
<module >modm:platform:spi:2</module >
10
10
<module >modm:build:scons</module >
11
11
12
-
13
12
<module >modm:processing:protothread</module >
14
13
<module >modm:processing:timer</module >
15
14
<module >modm:driver:mcp2515</module >
You can’t perform that action at this time.
0 commit comments