X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_pocketbus.h;h=687e535d90580fef3628304ed18d971b2d852871;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=f3f5fbcace8f6cda120bdb0cbb3a7e5b141ea167;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_pocketbus.h b/bertos/cfg/cfg_pocketbus.h index f3f5fbca..687e535d 100644 --- a/bertos/cfg/cfg_pocketbus.h +++ b/bertos/cfg/cfg_pocketbus.h @@ -40,7 +40,11 @@ #ifndef CFG_POCKETBUS_H #define CFG_POCKETBUS_H -/// Buffer len for pockebus protocol. +/** + *Buffer len for pockebus protocol. + * $WIZ$ type = "int" + * $WIZ$ min = 2 + */ #define CONFIG_POCKETBUS_BUFLEN 128 #endif /* CFG_POCKETBUS_H */