altos/stm: Create per-product flash loaders
[fw/altos] / src / stm / ao_arch.h
index 757b5251db3e0bf38d43cd8b492a483d98216a49..adc288c31bd1efc5fa5f9380f05dcb299fabb575 100644 (file)
@@ -88,6 +88,10 @@ extern const uint32_t ao_radio_cal;
  * For now, we're running at a weird frequency
  */
 
  * For now, we're running at a weird frequency
  */
 
+#ifndef AO_HSE
+#error High speed frequency undefined
+#endif
+
 #if AO_HSE
 #define AO_PLLSRC      AO_HSE
 #else
 #if AO_HSE
 #define AO_PLLSRC      AO_HSE
 #else