Skip to content

Commit e43ee7b

Browse files
authored
fix array init with DT_INST_FOR_EACH_STATUS_OKAY
comma removed
1 parent 1a154ec commit e43ee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transciever.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ DT_INST_FOREACH_STATUS_OKAY(MAXIM14819_DEFINE)
137137

138138

139139
static const struct device *maxim14819_devices[] = {
140-
DT_INST_FOREACH_STATUS_OKAY(DEVICE_DT_INST_GET),
140+
DT_INST_FOREACH_STATUS_OKAY(DEVICE_DT_INST_GET)
141141
};
142142

143143
iolink_hw_drv_t * get_drv(uint8_t port){

0 commit comments

Comments
 (0)