File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11menuconfig PKG_USING_IKUNLED
2- bool "Enable PKG_USING_IKUNLED"
2+ bool "ikunLed: A Led driver based on char device"
3+ select RT_USING_PIN
34 default n
45 help
56 Enable this option to use the IKUNLED package.
@@ -11,17 +12,19 @@ if PKG_USING_IKUNLED
1112
1213 choice
1314 prompt "Version"
14- default PKG_USING_IKLED_LATEST_VERSION
15+ default PKG_USING_IKUNLED_LATEST_VERSION
1516 help
1617 Select the package version
1718
18- config PKG_USING_IKLED_LATEST_VERSION
19+ config PKG_USING_IKUNLED_110_VERSION
20+ bool "v1.1.0"
21+ config PKG_USING_IKUNLED_LATEST_VERSION
1922 bool "latest"
2023 endchoice
2124
22- config PKG_IKLED_VER
25+ config PKG_IKUNLED_VER
2326 string
24- default "latest " if PKG_USING_IKLED_LATEST_VERSION
27+ default "v1.1.0 " if PKG_USING_IKUNLED_110_VERSION
2528
2629 config USING_IKUNLED_DEMO
2730 bool "Enable IKUNLED Demo (example folder)"
You can’t perform that action at this time.
0 commit comments