We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a175b6 commit 0323d9bCopy full SHA for 0323d9b
ports/espressif/boards/makerfabs_tft7/board.c
@@ -39,7 +39,7 @@ static const mcu_pin_obj_t *red_pins[] = {
39
40
static void display_init(void) {
41
42
- mp_int_t height=0, width=0, frequency=0;
+ mp_int_t height = 0, width = 0, frequency = 0;
43
os_getenv_err_t result;
44
45
// Turn on backlight
0 commit comments