From 29e73b4291fc470981038fca1c6870ff1f2a25ab Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 16 Jul 2020 17:50:26 +0200 Subject: [PATCH] Fix GCC 10.1 warning --- tasmota/xsns_40_pn532.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xsns_40_pn532.ino b/tasmota/xsns_40_pn532.ino index 8218d0b35..3c29d4c82 100644 --- a/tasmota/xsns_40_pn532.ino +++ b/tasmota/xsns_40_pn532.ino @@ -559,6 +559,7 @@ bool PN532_Command(void) return serviced; } } + return false; } #endif // USE_PN532_DATA_FUNCTION