Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.49 KB | None | 0 0
  1. 'USER_BUTTON_EXTI_LINE' undeclared here (not in a function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 96 C/C++ Problem
  2. 'USER_BUTTON_GPIO_CLK' undeclared here (not in a function)  stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 94 C/C++ Problem
  3. 'USER_BUTTON_EXTI_PIN_SOURCE' undeclared here (not in a function)   stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 100    C/C++ Problem
  4. 'USER_BUTTON_EXTI_PORT_SOURCE' undeclared here (not in a function)  stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 98 C/C++ Problem
  5. 'LED4_GPIO_CLK' undeclared here (not in a function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 87 C/C++ Problem
  6. 'LED3_GPIO_CLK' undeclared here (not in a function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 87 C/C++ Problem
  7. 'LED6_GPIO_CLK' undeclared here (not in a function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 88 C/C++ Problem
  8. 'LED5_GPIO_CLK' undeclared here (not in a function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 88 C/C++ Problem
  9. conflicting types for 'GPIO_InitTypeDef'    STM32F072B-Discovery        line 156    C/C++ Problem
  10. 'RCC_APB2Periph_SYSCFG' undeclared (first use in this function) stm32f072b_discovery.c  /STM32F072B-Discovery/Drivers/BSP/STM32F072B-Discovery  line 211    C/C++ Problem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement