打印

STM8S建工程问题

[复制链接]
7090|10
手机看帖
扫描二维码
随时随地手机跟帖
楼主
racinglam| | 2010-6-12 15:41 | 显示全部楼层 回帖奖励 |倒序浏览
情况同你一样,终于找到原因
/* Uncomment the line below according to the target STM8S device used in your
   application.
   Tip: To avoid modifying this file each time you need to switch between these
        devices, you can define the device in your toolchain compiler preprocessor. */
#if !defined (STM8S208) && !defined (STM8S207) && !defined (STM8S105) && !defined (STM8S103) && !defined (STM8S903)
//#define STM8S208
/* #define STM8S207 */
#define STM8S105
/* #define STM8S103 */
/* #define STM8S903 */
#endif

在stm8s.h里!

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则