X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm32f4%2Fao_arch_funcs.h;h=b1ffb5b6bc2378a6e00475a6d94fd9aa142b235b;hp=8c0da03bf37b402bc39826a946b712b2f62942c1;hb=0b5ac831d2e63a091833c702b07b0331fba32e72;hpb=23075d174d2bff8ff3f3deef3c3d90b83da6bd2e diff --git a/src/stm32f4/ao_arch_funcs.h b/src/stm32f4/ao_arch_funcs.h index 8c0da03b..b1ffb5b6 100644 --- a/src/stm32f4/ao_arch_funcs.h +++ b/src/stm32f4/ao_arch_funcs.h @@ -331,4 +331,10 @@ static inline void ao_disable_port(struct stm_gpio *port) ao_gpio_set_mode(port, bit, mode); \ } while (0) +/* usart */ + +void +ao_usart_init(void); + + #endif /* _AO_ARCH_FUNCS_H_ */