X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2Fao_arch.h;h=743651330e96cad130890e3a162516837fc980bb;hb=87b64a15f55ecb20a0f8bb2556e77b45a4d82b82;hp=de5f2159e65f4a0dc938e629e5aaeeacc47dc61b;hpb=d2cb18542f4f6071232bd046fd1b257228c17a25;p=fw%2Faltos diff --git a/src/stm32f1/ao_arch.h b/src/stm32f1/ao_arch.h index de5f2159..74365133 100644 --- a/src/stm32f1/ao_arch.h +++ b/src/stm32f1/ao_arch.h @@ -55,4 +55,7 @@ #define AO_STM_NVIC_LOW_PRIORITY 0xC0 #define AO_STM_NVIC_CLOCK_PRIORITY 0xf0 +#define AO_PCLK1 AO_APB1CLK +#define AO_PCLK2 AO_APB2CLK + #endif /* _AO_ARCH_H_ */