forked from ROMEO/obsw
uart statt can
This commit is contained in:
@ -62,6 +62,7 @@ extern "C" {
|
||||
|
||||
pub fn canps_poll_example() -> i32;
|
||||
|
||||
pub fn uart_polled_test() -> i32;
|
||||
}
|
||||
|
||||
|
||||
|
@ -205,9 +205,11 @@ fn mission() {
|
||||
sifln!("✅");
|
||||
|
||||
|
||||
sifln!("Call canps poll example()");
|
||||
// sifln!("Call canps poll example()");
|
||||
|
||||
canps_poll_example();
|
||||
// canps_poll_example();
|
||||
|
||||
|
||||
}
|
||||
sifln!("Called canps poll example()");
|
||||
|
||||
|
Reference in New Issue
Block a user