Compare commits
No commits in common. "5f8ace8de6b6da8548607c4e3f2e7058667595e7" and "630faa5a90a5523d90855291215602eb841dd54e" have entirely different histories.
5f8ace8de6
...
630faa5a90
2
main.cc
2
main.cc
@ -1,5 +1,4 @@
|
|||||||
#include <hardware/irq.h>
|
#include <hardware/irq.h>
|
||||||
#include <pico/time.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -62,7 +61,6 @@ void core1_main(void) {
|
|||||||
while (1) {
|
while (1) {
|
||||||
update_buttons();
|
update_buttons();
|
||||||
update_inputs();
|
update_inputs();
|
||||||
sleep_ms(1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user