From b504fa540e1a45be7b27343dceb8701edbde8c91 Mon Sep 17 00:00:00 2001 From: Tom Petz Date: Tue, 8 Sep 2020 14:48:08 -0400 Subject: [PATCH] fix extra space and end of line --- DHT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DHT.h b/DHT.h index 17856ad..9e8e021 100644 --- a/DHT.h +++ b/DHT.h @@ -48,7 +48,7 @@ #define AM2301 21 /**< AM2301 */ #if (TARGET_NAME == ARDUINO_NANO33BLE) -// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have +// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have // microsecondsToClockCycles defined. #ifndef microsecondsToClockCycles #define microsecondsToClockCycles(a) ((a) * (SystemCoreClock / 1000000L))