Skip to content

Commit

Permalink
whitespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
IsikcanYilmaz committed Nov 11, 2024
1 parent 03b5696 commit 38765d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions boards/esp32s3-seeedstudio/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
Expand Down
6 changes: 3 additions & 3 deletions boards/esp32s3-seeedstudio/include/board.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
Expand Down Expand Up @@ -70,7 +70,7 @@
* @{
*/
/** @} */
#ifndef LED0_PIN
#ifndef LED0_PIN
#define LED0_PIN GPIO21
#define LED0_ACTIVE (0)
#endif
Expand Down
14 changes: 7 additions & 7 deletions boards/esp32s3-seeedstudio/include/gpio_params.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
Expand Down Expand Up @@ -35,12 +35,12 @@ static const saul_gpio_params_t saul_gpio_params[] =
.mode = BTN0_MODE,
.flags = SAUL_GPIO_INVERTED
},
{
.name = "LED",
.pin = LED0_PIN,
.mode = GPIO_OUT,
.flags = SAUL_GPIO_INIT_CLEAR
},
{
.name = "LED",
.pin = LED0_PIN,
.mode = GPIO_OUT,
.flags = SAUL_GPIO_INIT_CLEAR
},
};

#ifdef __cplusplus
Expand Down
4 changes: 2 additions & 2 deletions boards/esp32s3-seeedstudio/include/periph_conf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
* Copyright (C) 2024 Isikcan 'Jon' Yilmaz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
Expand Down Expand Up @@ -91,7 +91,7 @@ extern "C" {
* @{
*/

/** TODO all gpios are pwm in seeed esp32s3
/** TODO all gpios are pwm in seeed esp32s3
* @brief Declaration of the channels for device PWM_DEV(0),
* at maximum PWM_CHANNEL_NUM_DEV_MAX.
*/
Expand Down

0 comments on commit 38765d8

Please sign in to comment.