Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: test/test.cpp
- Revision:
- 24:275e886bd61c
- Parent:
- 23:3626c7d73505
--- a/test/test.cpp Thu Dec 19 14:35:25 2019 +0000
+++ b/test/test.cpp Thu Dec 19 14:41:25 2019 +0000
@@ -29,7 +29,7 @@
inline void test_exti_rcv_both_msg()
{
- ImuDriver<spi2, PC_4, PB_2, PB_1> imu(ImuExtiRcvAhrsMsg | ImuExtiRcvNormalMsg); //SPI instance, reset, data ready, slave select
+ ImuDriver<spi2, PC_4, PB_2, PB_1> imu(ImuExtiRcvBothMsg); //SPI instance, reset, data ready, slave select
while(true) {
wait_ms(1);