X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fao_led.c;fp=src%2Fstm%2Fao_led.c;h=9b61cf622e6f7e1fef9a05e47b4663b49a3f9c8d;hp=0acab1065b82cb9440c25e7e553e457fdf4db519;hb=0e7d1c89fea98eabca738f10cbfebec631be3bb7;hpb=41a0604ad1ea1a03e2db7d41731dbadf466b45db diff --git a/src/stm/ao_led.c b/src/stm/ao_led.c index 0acab106..9b61cf62 100644 --- a/src/stm/ao_led.c +++ b/src/stm/ao_led.c @@ -86,7 +86,7 @@ ao_led_for(uint16_t colors, uint16_t ticks) __reentrant stm_moder_set(port, bit, STM_MODER_OUTPUT); \ stm_otyper_set(port, bit, STM_OTYPER_PUSH_PULL); \ } while (0) - + void ao_led_init(uint16_t enable) {