您的位置 首页 基础

AVR笔记2:界说F_CPU

1warning:warningF_CPUnotdefinedforutildelayh>2warning:F_CPUredefined3c:winavr-20100110libgccavrin

1.warning:#warningF_CPUnotdefinedfor

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

声明:本文内容来自网络转载或用户投稿,文章版权归原作者和原出处所有。文中观点,不代表本站立场。若有侵权请联系本站删除(kf@86ic.com)https://www.86ic.net/zhishi/jichu/257326.html

为您推荐

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部