Enable arduino-mega_aprs nightly test.
[bertos.git] / boards / arduino-mega / examples / arduino-mega_aprs / cfg / cfg_pwm.h
index 6627ee2d700113da25e140ccfd32ad9ee5fc7fc8..68d62837c8ee73db35a3bf91e60acc068f465558 100644 (file)
@@ -31,7 +31,6 @@
  *
  * \brief Configuration file for PWM module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
  */
 #define PWM_LOG_FORMAT     LOG_FMT_VERBOSE
 
+/**
+ * Enable the OLD pwm API.
+ * Not recommended for new projects.
+ *
+ * $WIZ$ type = "boolean"
+ */
+#define CFG_PWM_ENABLE_OLD_API 1
+
 #endif /* CFG_PWM_H */