uncrustify fixes
This commit is contained in:
parent
da1c330d99
commit
c43e0bd2db
|
@ -26,6 +26,9 @@
|
|||
|
||||
// qstrs specific to this port, only needed if they aren't auto-generated
|
||||
|
||||
// Prevent uncrustify from modifying these lines.
|
||||
// *FORMAT-OFF*
|
||||
|
||||
// Entries for sys.path
|
||||
Q(/sd)
|
||||
Q(/sd/lib)
|
||||
|
|
|
@ -86,7 +86,7 @@ void board_init(void) {
|
|||
|
||||
common_hal_busio_spi_never_reset(spi);
|
||||
|
||||
displayio_fourwire_obj_t* bus = &displays[0].fourwire_bus;
|
||||
displayio_fourwire_obj_t *bus = &displays[0].fourwire_bus;
|
||||
bus->base.type = &displayio_fourwire_type;
|
||||
|
||||
common_hal_displayio_fourwire_construct(
|
||||
|
@ -99,7 +99,7 @@ void board_init(void) {
|
|||
0, // polarity
|
||||
0 // phase
|
||||
);
|
||||
displayio_display_obj_t* display = &displays[0].display;
|
||||
displayio_display_obj_t *display = &displays[0].display;
|
||||
display->base.type = &displayio_display_type;
|
||||
|
||||
// workaround as board_init() is called before reset_port() in main.c
|
||||
|
|
Loading…
Reference in New Issue