File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ config LIB_MADGWICK
15
15
if LIB_MADGWICK
16
16
17
17
config LIB_MADGWICK_VER
18
- string "Lib Madgwick version"
19
- default "1.2.1"
18
+ string "Lib Madgwick version"
19
+ default "1.2.1"
20
20
21
21
endif # LIB_MADGWICK
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if LIB_ZLIB
12
12
config LIB_ZLIB_TEST
13
13
tristate "zlib test"
14
14
default n
15
- help
15
+ --- help---
16
16
Enable the test for zlib.
17
17
18
18
if LIB_ZLIB_TEST
@@ -45,7 +45,8 @@ config UTILS_GZIP_PRIORITY
45
45
config UTILS_GZIP_STACKSIZE
46
46
int "gzip utility statcksize"
47
47
default 32768
48
- endif
48
+
49
+ endif # UTILS_GZIP
49
50
50
51
config UTILS_ZIP
51
52
bool "ZIP tool"
@@ -65,7 +66,8 @@ config UTILS_ZIP_PRIORITY
65
66
config UTILS_ZIP_STACKSIZE
66
67
int "zip utility statcksize"
67
68
default 32768
68
- endif
69
+
70
+ endif # UTILS_ZIP
69
71
70
72
config UTILS_UNZIP
71
73
bool "UNZIP tool"
@@ -85,6 +87,7 @@ config UTILS_UNZIP_PRIORITY
85
87
config UTILS_UNZIP_STACKSIZE
86
88
int "unzip utility statcksize"
87
89
default 32768
88
- endif
89
90
90
- endif
91
+ endif # UTILS_UNZIP
92
+
93
+ endif # LIB_ZLIB
You can’t perform that action at this time.
0 commit comments