forked from ROMEO/obsw
Tried messing with makefiles
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user