fix: Apply pre-commit patch

This commit is contained in:
Jozsef Kiraly 2023-08-18 11:22:26 +01:00
parent 37d807509f
commit 37352cf7ec
2 changed files with 7 additions and 3 deletions

View File

@ -2377,6 +2377,10 @@ msgstr ""
msgid "You pressed button A at start up."
msgstr ""
#: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
msgid "You pressed button DOWN at start up."
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "You pressed the BOOT button at start up"
msgstr ""

View File

@ -60,10 +60,10 @@ void board_init(void) {
// 1200000, // Baudrate
// 0, // Polarity
// 0); // Phase
// displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display;
// display->base.type = &displayio_epaperdisplay_type;
// common_hal_displayio_epaperdisplay_construct(
// display,
// bus,
@ -96,5 +96,5 @@ void board_init(void) {
// true, // acep
// false, // two_byte_sequence_length
// false // address_little_endian
// );
// );
}