mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-19 17:37:19 +02:00
Updated Drivers
This commit is contained in:
@@ -34,10 +34,12 @@ void multicore_driver_launch(void (*core1_entry)(void)) {
|
||||
multicore_launch_core1(core1_entry);
|
||||
}
|
||||
|
||||
|
||||
void multicore_driver_push(uint32_t data) {
|
||||
multicore_fifo_push_blocking(data);
|
||||
}
|
||||
|
||||
|
||||
uint32_t multicore_driver_pop(void) {
|
||||
return multicore_fifo_pop_blocking();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user