From 7971cdfb0787634777caf3d3831002a2c0f378b4 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Wed, 2 Dec 2020 19:26:37 +0100 Subject: [PATCH] Remove whitespace --- megaavr/cores/coreX-corefiles/Arduino.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/megaavr/cores/coreX-corefiles/Arduino.h b/megaavr/cores/coreX-corefiles/Arduino.h index 664aab8..80b4557 100644 --- a/megaavr/cores/coreX-corefiles/Arduino.h +++ b/megaavr/cores/coreX-corefiles/Arduino.h @@ -28,6 +28,7 @@ #undef F #define F(str) (str) +#define __FlashStringHelper char #ifdef __cplusplus extern "C"{ @@ -71,7 +72,7 @@ extern "C"{ #define _NOP() do { __asm__ volatile ("nop"); } while (0) #endif -/* Allows performing a correction on the CPU value using the signature row +/* Allows performing a correction on the CPU value using the signature row values indicating oscillator error provided from the device manufacturer */ #define PERFORM_SIGROW_CORRECTION_F_CPU 0