野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 12902|回复: 2

#79:expected a type specifier

[复制链接]
发表于 2018-6-8 16:13:53 | 显示全部楼层 |阅读模式
大家好,我是刚学stm32的小白,在弄流水灯程序的时候完全照搬例程写的程序,但是在编译后出现了如下问题,不知道大神们怎么解决?多谢了
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\KEIL\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling bsp_led.c...
..\..\User\led\bsp_led.h(32): error: #79: expected a type specifier
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #79: expected a type specifier
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): warning:  #260-D: explicit type is missing ("int" assumed)
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #147: declaration is incompatible with "void GPIO_ResetBits(GPIO_TypeDef *, uint16_t)"  (declared at line 358 of "..\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h")
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #141-D: unnamed prototyped parameters not allowed when body is present
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(37): error:  #130: expected a "{"
                                  GPIO_ResetBits(LED2_GPIO_PORT,LED2_GPIO_PIN)
..\..\User\led\bsp_led.c(4): warning:  #12-D: parsing restarts here after previous syntax error
  {
..\..\User\led\bsp_led.c: 2 warnings, 5 errors
compiling main.c...
..\..\User\led\bsp_led.h(32): error:  #79: expected a type specifier
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #79: expected a type specifier
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): warning:  #260-D: explicit type is missing ("int" assumed)
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #147: declaration is incompatible with "void GPIO_ResetBits(GPIO_TypeDef *, uint16_t)"  (declared at line 358 of "..\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h")
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(32): error:  #141-D: unnamed prototyped parameters not allowed when body is present
                                  GPIO_ResetBits(LED1_GPIO_PORT,LED1_GPIO_PIN)
..\..\User\led\bsp_led.h(37): error:  #130: expected a "{"
                                  GPIO_ResetBits(LED2_GPIO_PORT,LED2_GPIO_PIN)
..\..\User\main.c(8): warning:  #12-D: parsing restarts here after previous syntax error
  {
..\..\User\main.c(11): warning:  #223-D: function "LED_GPIO_Config" declared implicitly
          LED_GPIO_Config();
..\..\User\main.c(16): warning:  #223-D: function "Delay" declared implicitly
                  SOFT_DELAY;     
..\..\User\main.c(54): warning:  #159-D: declaration is incompatible with previous "Delay"  (declared at line 16)
  void Delay(__IO uint32_t nCount)     //简单的延时函数
..\..\User\main.c: 5 warnings, 5 errors
".\Objects\Template.axf" - 10 Error(s), 7 Warning(s).
Target not created.
Build Time Elapsed:  00:00:01
回复

使用道具 举报

 楼主| 发表于 2018-6-8 16:14:39 | 显示全部楼层
已经找了一天了,程序都没变,但是例程在编译的时候就没问题,我的就不行
回复 支持 反对

使用道具 举报

发表于 2018-6-8 16:22:51 | 显示全部楼层
清道夫路人123 发表于 2018-6-8 16:14
已经找了一天了,程序都没变,但是例程在编译的时候就没问题,我的就不行

把错误的代码帖出来
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-23 03:08 , Processed in 0.029625 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表