How can i change this function HAL_ADC_MspInit() in Platformio IDE? #2429
-
I want to change the function HAL_ADC_MspInit(), but its already declared in core your library. multiple definition of `HAL_ADC_MspInit'; .pio/build/industrialli_h723vet6/SrcWrapper/src/stm32/analog.cpp.o:analog.cpp OBS: industrialli_h723vet6 is a variant board. |
Beta Was this translation helpful? Give feedback.
Answered by
fpistm
Jul 10, 2024
Replies: 1 comment
-
You can't. Or you have to disable the Arduino analog api using this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fpistm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't. Or you have to disable the Arduino analog api using this:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/HAL-configuration#hal-module-only