mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Fix compilation error
This commit is contained in:
parent
fa649ec174
commit
1f8012482e
@ -319,9 +319,9 @@ void Ds18x20Init(void) {
|
||||
|
||||
uint64_t ids[DS18X20_MAX_SENSORS];
|
||||
DS18X20Data.sensors = 0;
|
||||
ds18x20_ngpio=0;
|
||||
|
||||
#ifdef DS18x20_MULTI_GPIOs
|
||||
ds18x20_ngpio=0;
|
||||
uint8_t pins;
|
||||
for (pins = 0; pins < MAX_DSB; pins++) {
|
||||
if (PinUsed(GPIO_DSB, pins)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user