1.warning:
2.warning: “F_CPU” redefined
3.c:/winavr-20100110/lib/gcc/../../avr/include/util/delay.h:86:1: warning: this is the location of the previous definition
呈现以上三种过错的解决办法是将#define F_CPU 1000000
放在在#include
#define F_CPU 1000000
#include
#include