From 263a421c4ab186d0a237006bd3096f5e1def9837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 13 Nov 2022 15:35:18 +0100 Subject: [PATCH] fix pico build --- src/detect/i2cScan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect/i2cScan.h b/src/detect/i2cScan.h index 8ea1d7df..19e40513 100644 --- a/src/detect/i2cScan.h +++ b/src/detect/i2cScan.h @@ -224,5 +224,5 @@ void scanI2Cdevice() DEBUG_MSG("%i I2C devices found\n",nDevices); } #else -void scanI2Cdevice(bool partial) {} +void scanI2Cdevice() {} #endif