diff --git a/include/param.h b/include/param.h index b618a23..dea6990 100644 --- a/include/param.h +++ b/include/param.h @@ -272,7 +272,7 @@ } static inline struct param_d *dev_add_param_string_fixed(struct device_d *dev, const char *name, - char *value) + const char *value) { return dev_add_param_fixed(dev, name, value); }