Skip to content

Commit 992075c

Browse files
author
Sven Hädrich
committed
Fixup: adfd missing const
1 parent 5f67da0 commit 992075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dali/dali_lpc11u6x.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ static int init_dali_lpc11u6x(const struct device *dev);
11551155

11561156
#define DALI_LPC11U6X_INST(id) \
11571157
static struct dali_lpc11u6x_data dali_lpc11u6x_data_##id = {0}; \
1158-
static struct dali_lpc11u6x_config dali_lpc11u6x_config_##id = { \
1158+
static const struct dali_lpc11u6x_config dali_lpc11u6x_config_##id = { \
11591159
.tx_rise_fall_delta_us = DT_INST_PROP_OR(id, tx_rise_fall_delta_us, 0), \
11601160
.rx_rise_fall_delta_us = DT_INST_PROP_OR(id, rx_rise_fall_delta_us, 0), \
11611161
.tx_rx_propagation_min_us = DT_INST_PROP_OR(id, tx_rx_propagation_min_us, 1), \

0 commit comments

Comments
 (0)