Skip to content

Commit

Permalink
Re-implement old F macro implementation
Browse files Browse the repository at this point in the history
for compatibility reasons. Closes #105
  • Loading branch information
MCUdude committed Jan 17, 2021
1 parent 49b5cc2 commit ec43b44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions megaavr/cores/coreX-corefiles/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#include <avr/io.h>
#include <avr/interrupt.h>

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

#ifdef __cplusplus
extern "C"{
#endif
Expand Down

0 comments on commit ec43b44

Please sign in to comment.