]> git.gag.com Git - fw/altos/commitdiff
fix comment to reflect correct crystal frequency
authorBdale Garbee <bdale@gag.com>
Tue, 13 Aug 2024 07:44:09 +0000 (01:44 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Aug 2024 21:03:23 +0000 (15:03 -0600)
src/easycamera-v1/flash-loader/ao_pins.h

index 9ae919abd670d2d1f633032b6f05647035d3d4cb..a87b75392a19de65eae05d6699952050729eed9c 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _AO_PINS_H_
 #define _AO_PINS_H_
 
-/* External crystal at 16MHz */
+/* External crystal at 32MHz */
 #define AO_HSE         32000000
 #define AO_RCC_CFGR_PLLMUL     (STM_RCC_CFGR_PLLMUL_3)
 #define AO_RCC_CFGR_PLLDIV     (STM_RCC_CFGR_PLLDIV_3)