Fix pocketbus config.
[bertos.git] / bertos / cfg / cfg_pocketbus.h
index 47dfce889a1b314a36118b119b426c87ecb61dbc..687e535d90580fef3628304ed18d971b2d852871 100644 (file)
 #ifndef CFG_POCKETBUS_H
 #define CFG_POCKETBUS_H
 
-/// Buffer len for pockebus protocol. $WIZARD = { "type" : "int", "min" : "0" }
+/**
+ *Buffer len for pockebus protocol.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 2
+ */
 #define CONFIG_POCKETBUS_BUFLEN     128
 
 #endif /* CFG_POCKETBUS_H */