#include#define F_CPU 8000000UL#includedouble a=500;int main(void){_delay_ms(a);while (1){}}用Atmel Studio 7.0编译这段程序编译通不过,报错__builtin_avr_delay_cycles expects a compile time integer constant但是把double a
[code]Description ResourcePathLocationType#10247-D creating output section "csm_rsvd" without a SECTIONS specificationF2812TemplateC/C++ ProblemDescription ResourcePathLocationType#10247-D creating ou
评论