I m 编篡指挥线,配备一台自动机。
其中一个包括Im。
#ifndef F_CPU
#warning No CPU speed specified - assuming Axon is running at 16MHz
#define F_CPU 16000000
#endif
#if F_CPU != 16000000
#warning "AxonII normally runs at 16MHz but you have defined a different value"
#endif
When I run make I get:
In file included from main.c:7:
../webbotavrclib/sys/axon2.h:86:11: error: operator != has no left operand
第86条 F_CPU ! 我不敢肯定,为什么我会发现错误。