Skip to content

Commit

Permalink
update (RT-Thread#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf authored Mar 7, 2022
1 parent 27ee1d5 commit 7244a82
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions misc/miniLZO/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if PKG_USING_MINILZO
prompt "version"
help
Select the miniLZO version
default PKG_USING_MINILZO_LATEST_VERSION

config PKG_USING_MINILZO_LATEST_VERSION
bool "latest"
Expand Down
1 change: 1 addition & 0 deletions multimedia/PDFGen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Kconfig file for package PDFGen
menuconfig PKG_USING_PDFGEN
bool "PDFGen: Simple C PDF Writer/Generation library"
select PKG_USING_RT_VSNPRINTF_FULL
select RT_USING_LIBC if RT_VER_NUM < 0x40100
select RT_USING_DFS if RT_VER_NUM < 0x40100
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
Expand Down
2 changes: 1 addition & 1 deletion peripherals/qkey/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if PKG_USING_QKEY

config PKG_USING_QLED_V111
bool "v1.11"

config PKG_USING_QLED_V110
bool "v1.10"

Expand Down
2 changes: 1 addition & 1 deletion peripherals/sensors/qmp6989/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if PKG_USING_QMP6989
config PKG_USING_QMP6989_LATEST_VERSION
bool "latest"
endchoice

config PKG_QMP6989_VER
string
default "latest" if PKG_USING_QMP6989_LATEST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion system/kmulti_rtimer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if PKG_USING_KMULTI_RTIMER
config PKG_USING_KMULTI_RTIMER_LATEST_VERSION
bool "latest"
endchoice

config PKG_KMULTI_RTIMER_VER
string
default "latest" if PKG_USING_KMULTI_RTIMER_LATEST_VERSION
Expand Down

0 comments on commit 7244a82

Please sign in to comment.