Advertisement
funny59

EEXTR_F030_V1_errors

May 21st, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.49 KB | None | 0 0
  1. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\usbd_if.c: In function 'USBD_reenumerate':
  2. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\usbd_if.c:112:39: error: 'USBD_DP_PINNAME' undeclared (first use in this function)
  3.   112 |   #define USBD_PULLUP_CONTROL_PINNAME USBD_DP_PINNAME
  4.       |                                       ^~~~~~~~~~~~~~~
  5. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\usbd_if.c:133:16: note: in expansion of macro 'USBD_PULLUP_CONTROL_PINNAME'
  6.   133 |   pin_function(USBD_PULLUP_CONTROL_PINNAME, STM_PIN_DATA(STM_MODE_OUTPUT_PP, GPIO_NOPULL, 0));
  7.       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\usbd_if.c:112:39: note: each undeclared identifier is reported only once for each function it appears in
  9.   112 |   #define USBD_PULLUP_CONTROL_PINNAME USBD_DP_PINNAME
  10.       |                                       ^~~~~~~~~~~~~~~
  11. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\usbd_if.c:133:16: note: in expansion of macro 'USBD_PULLUP_CONTROL_PINNAME'
  12.   133 |   pin_function(USBD_PULLUP_CONTROL_PINNAME, STM_PIN_DATA(STM_MODE_OUTPUT_PP, GPIO_NOPULL, 0));
  13.       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. *** [.pio\build\genericSTM32F030C8\FrameworkArduino\stm32\usb\usbd_if.c.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement