uart statt can

This commit is contained in:
paul nehlich
2024-07-26 12:42:57 +02:00
parent 4e480de99c
commit c05137128c
4 changed files with 235 additions and 3 deletions

View File

@ -62,6 +62,7 @@ extern "C" {
pub fn canps_poll_example() -> i32;
pub fn uart_polled_test() -> i32;
}

View File

@ -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()");