fix extra space and end of line

This commit is contained in:
Tom Petz 2020-09-08 14:48:08 -04:00
parent fa22bc6ca4
commit b504fa540e

2
DHT.h
View File

@ -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))