Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Dec 2, 2020
1 parent 8b95a64 commit 7971cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion megaavr/cores/coreX-corefiles/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#undef F
#define F(str) (str)
#define __FlashStringHelper char

#ifdef __cplusplus
extern "C"{
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7971cdf

Please sign in to comment.