Im having a really strange problem now. This even tested on a freshly downloaded roger clark core...
For some reason ARDUINO_ARCH_STM32 isnt getting defined correctly and the graphics chip library im using is defaulting to arduino which is breaking thigns.
Where can i check and force the define in the generic stm32f103c series board options?
Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry
Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry
Just a dogs body developer, mostly making props and stuff...
-
- Posts: 505
- Joined: Fri Dec 27, 2019 4:53 pm
- Location: Munich, Germany
- Contact:
Re: Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry
Ahh that makes sense to do that, but super strange that it still worked up until now. Though I had some strange issues before that could have been this.
Anyway for the moment ive removed the if defines for other mcu hardware so it just uses what correct one for now in the library...
Anyway thanks for clearing that up
Anyway for the moment ive removed the if defines for other mcu hardware so it just uses what correct one for now in the library...
Anyway thanks for clearing that up
Just a dogs body developer, mostly making props and stuff...