Skip to content
Snippets Groups Projects
Commit 78440b5d authored by Josef Utbult's avatar Josef Utbult
Browse files

bare7_3

parent 8e3a948a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,9 @@ const APP: () = {
// cx.resources.led.set_low();
// // cx.resources.GPIOA.bsrr.write(|w| w.br5().set_bit());
// }
_toggle_generic(cx.resources.led, TOGGLE);
// _toggle_generic(cx.resources.led, TOGGLE);
_toggleable_generic(cx.resources.led);
// *TOGGLE = !*TOGGLE;
cx.schedule.toggle(cx.scheduled + OFFSET.cycles()).unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment