Corrected GCC version check.

This commit is contained in:
skarg
2011-09-12 21:27:13 +00:00
parent ce7e651156
commit 4ee99355cd
+1 -1
View File
@@ -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 == */