~hp/chimaera_firmware

4fccabd545bf860535b1423592ca92dca1952bf9 — Hanspeter Portner 2 years ago b7a2854
fix compilation with gcc-11.
2 files changed, 4 insertions(+), 4 deletions(-)

M VERSION
M include/config.h
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.14.0
0.15.1

M include/config.h => include/config.h +3 -3
@@ 213,8 213,8 @@ uint_fast8_t config_check_uint16(const char *path, const char *fmt, uint_fast8_t
uint_fast8_t config_check_bool(const char *path, const char *fmt, uint_fast8_t argc, osc_data_t *buf, uint8_t *boolean);
uint_fast8_t config_check_float(const char *path, const char *fmt, uint_fast8_t argc, osc_data_t *buf, float *val);

const OSC_Query_Argument config_boolean_args [1];
const OSC_Query_Argument config_mode_args [1];
const OSC_Query_Argument config_address_args [1];
extern const OSC_Query_Argument config_boolean_args [1];
extern const OSC_Query_Argument config_mode_args [1];
extern const OSC_Query_Argument config_address_args [1];

#endif // _CONFIG_H_