Fix misplaced endif in led_matrix_drivers.c (#14785)
This commit is contained in:
parent
0041745054
commit
61cc9e8042
1 changed files with 4 additions and 4 deletions
|
@ -136,7 +136,6 @@ static void flush(void) {
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const led_matrix_driver_t led_matrix_driver = {
|
const led_matrix_driver_t led_matrix_driver = {
|
||||||
|
@ -146,3 +145,4 @@ const led_matrix_driver_t led_matrix_driver = {
|
||||||
.set_value_all = IS31FL3733_set_value_all,
|
.set_value_all = IS31FL3733_set_value_all,
|
||||||
};
|
};
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue