Skip to content

Commit b504fa5

Browse files
committed
fix extra space and end of line
1 parent fa22bc6 commit b504fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DHT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define AM2301 21 /**< AM2301 */
4949

5050
#if (TARGET_NAME == ARDUINO_NANO33BLE)
51-
// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
51+
// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
5252
// microsecondsToClockCycles defined.
5353
#ifndef microsecondsToClockCycles
5454
#define microsecondsToClockCycles(a) ((a) * (SystemCoreClock / 1000000L))

0 commit comments

Comments
 (0)