Fix res factors

This commit is contained in:
Kamil Trzcinski
2022-04-05 21:01:31 +02:00
parent 7e8789b53f
commit f109f3f569
4 changed files with 13 additions and 3 deletions

View File

@ -32,7 +32,7 @@ typedef struct options_s {
#define OPTION_FORMAT_uint "%d"
#define OPTION_FORMAT_hex "%08x"
#define OPTION_FORMAT_bool "%d"
#define OPTION_FORMAT_float "%.1f"
#define OPTION_FORMAT_float "%f"
#define OPTION_FORMAT_string "%s"
#define DEFINE_OPTION(_section, _name, _type) \