Skip to content

Commit 4b111c1

Browse files
stephanosiocarlescufi
authored andcommitted
Revert "modules: zcbor: kconfig: Disallow ZCBOR_VERBOSE with MINIMAL_LIBC"
This reverts commit 619fce9 now that the missing PRIuFAST32 and PRIxFAST32 macros are defined by the minimal libc. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent d755050 commit 4b111c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/zcbor/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ config ZCBOR_STOP_ON_ERROR
2626
config ZCBOR_VERBOSE
2727
bool "Make zcbor code print messages"
2828

29-
# TODO: FIXME: Remove when Minimal LIBC has been fixed.
30-
depends on !MINIMAL_LIBC # Because Minimal LIBC doesn't have PRIuFAST32 and PRIxFAST32.
31-
3229
config ZCBOR_ASSERT
3330
def_bool ASSERT
3431

0 commit comments

Comments
 (0)