Tried messing with makefiles

This commit is contained in:
paul nehlich
2024-06-14 13:56:17 +02:00
parent 89fc41ebf3
commit 166fc81655
4 changed files with 329 additions and 5 deletions

View File

@ -57,8 +57,18 @@ extern "C" {
pub fn gpio_read_pin(pin: u32) -> u32;
pub fn gpio_toggle_pin(pin: u32) -> ();
// CAN Samples
fn canps_poll_example() -> u32;
}
pub fn task_delete_self() {
unsafe {
delete_task(0 as *const core::ffi::c_void);