Corrected GCC version check.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
#include "hardware.h"
|
#include "hardware.h"
|
||||||
|
|
||||||
#if defined(__GNUC__) && (__GNUC__ > 4)
|
#if defined(__GNUC__) && (__GNUC__ >= 4)
|
||||||
/* AVR fuse settings for ATmega644P */
|
/* AVR fuse settings for ATmega644P */
|
||||||
FUSES = {
|
FUSES = {
|
||||||
/* == LOW FUSE or LFUSE settings == */
|
/* == LOW FUSE or LFUSE settings == */
|
||||||
|
|||||||
Reference in New Issue
Block a user