commit | d04c834c0fc4d97cb83ca73af9b123700a0c3b63 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Sep 21 14:34:14 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Nov 20 06:07:58 2023 -0500 |
tree | 77652914fd82beedd9f218e684a3e31351067ad5 | |
parent | 7a5fcb8c60e2e6ba26704fabc28fe2d4e0106513 [diff] |
tests/kernel: Fix test printk output for new printf variants In minimal mode, format modifiers are not supported, leading to a lack of width and precision support. long long values are presented correctly in either long long or floating mode. Signed-off-by: Keith Packard <keithp@keithp.com>