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:
parent
c394302c44
commit
a40e28a7c8
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue