Change datatype for led pins from int8_t to gpio_num_t

This commit is contained in:
Thomas Basler
2025-02-07 23:41:01 +01:00
parent dd515cd308
commit c661155028
4 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2022 - 2023 Thomas Basler and others
* Copyright (C) 2022 - 2025 Thomas Basler and others
*/
#include "PinMapping.h"
#include "MessageOutput.h"
@@ -30,11 +30,11 @@
#endif
#ifndef LED0
#define LED0 -1
#define LED0 GPIO_NUM_NC
#endif
#ifndef LED1
#define LED1 -1
#define LED1 GPIO_NUM_NC
#endif
#ifndef HOYMILES_PIN_SCLK