Skip to content

Commit 39c795d

Browse files
ci(pre-commit): Apply automatic fixes
1 parent dd80861 commit 39c795d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: variants/esp32-gateway/variant.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* The MIT License (MIT)
33
*
44
* Copyright (c) 2024 Olimex Ltd ([email protected])
@@ -28,9 +28,8 @@
2828

2929
extern "C" {
3030
// Initialize variant/board, called before setup()
31-
void initVariant(void)
32-
{
33-
// Change the drive strength of the digital output num 17 from the default value 20mA to 5mA
34-
gpio_set_drive_capability((gpio_num_t)GPIO_NUM_17, GPIO_DRIVE_CAP_0);
31+
void initVariant(void) {
32+
// Change the drive strength of the digital output num 17 from the default value 20mA to 5mA
33+
gpio_set_drive_capability((gpio_num_t)GPIO_NUM_17, GPIO_DRIVE_CAP_0);
3534
}
3635
}

0 commit comments

Comments
 (0)