Fixed using target AVR ATmega128RFA1

Set operating speed to 16MHz and added missing dependency to llsec.
This fix was tested with sparkfun ATmega128RFA1 Dev Board.
This commit is contained in:
Michael Klemm 2016-01-16 12:45:21 +01:00
parent c394302c44
commit a40e28a7c8
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>