altos: Move profiling settings to Makefile
[fw/altos] / src / megametrum-v0.1 / ao_pins.h
index dc3761ba3f16506d2138e1c12b120652c58fb210..34b75255094751d2600a6b30b8491f4b2b5e7c82 100644 (file)
@@ -326,6 +326,8 @@ struct ao_adc {
  * Profiling Viterbi decoding
  */
 
+#ifndef AO_PROFILE
 #define AO_PROFILE             0
+#endif
 
 #endif /* _AO_PINS_H_ */