mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 17:59:50 +01:00
Change datatype for led pins from int8_t to gpio_num_t
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user