Merge pull request #1463 from MichaelKlemm/FixUsingAtmega128RFA1

Fixed using target AVR ATmega128RFA1
This commit is contained in:
Nicolas Tsiftes 2016-04-21 14:30:35 +02:00
commit 6ae1b4ab66
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
#define PLATFORM_NAME "RFA1"
#define PLATFORM_TYPE ATMEGA128RFA1
#ifndef F_CPU
#define F_CPU 8000000UL
#define F_CPU 16000000UL
#endif
#include <stdint.h>