Skip to content

Commit 45e953b

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 679d32b commit 45e953b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Zigbee/examples/Zigbee_Power_Outlet/Zigbee_Power_Outlet.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
/* Zigbee power outlet configuration */
3636
#define ZIGBEE_OUTLET_ENDPOINT 1
3737

38-
#ifdef LED_BUILTIN // Use built-in LED if defined for the board
38+
#ifdef LED_BUILTIN // Use built-in LED if defined for the board
3939
uint8_t led = LED_BUILTIN;
4040
#else
41-
uint8_t led = 2; // Use custom LED pin
41+
uint8_t led = 2; // Use custom LED pin
4242
#endif
4343

4444
uint8_t button = BOOT_PIN;

0 commit comments

Comments
 (0)