X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32l0%2Fao_arch.h;h=542d2eec3572f850a8ea5b63008af478f7a08b64;hb=05839dccf5afa431d93ae6124ab8b76f09bf6b54;hp=e51ab319af8adb884d760dec3f25f473c8508155;hpb=d907b0fe40d31995848e5b207009ba230da2e36e;p=fw%2Faltos diff --git a/src/stm32l0/ao_arch.h b/src/stm32l0/ao_arch.h index e51ab319..542d2eec 100644 --- a/src/stm32l0/ao_arch.h +++ b/src/stm32l0/ao_arch.h @@ -120,6 +120,9 @@ ao_adc_init(void); #define AO_LED_TYPE uint16_t #endif +void +ao_timer_stop(void); + #endif /* _AO_ARCH_H_ */