Change the text in the final page
[bertos.git] / bertos / cfg / cfg_pwm.h
index 072f9b6d36889daca8c007745f34795cdb27b461..6627ee2d700113da25e140ccfd32ad9ee5fc7fc8 100644 (file)
 #ifndef CFG_PWM_H
 #define CFG_PWM_H
 
-/// Module logging level.
+/**
+ * Module logging level.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
+ */
 #define PWM_LOG_LEVEL      LOG_LVL_INFO
 
-/// Module logging format.
+/**
+ * Module logging format.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_format"
+ */
 #define PWM_LOG_FORMAT     LOG_FMT_VERBOSE
 
 #endif /* CFG_PWM_H */