You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blame falls on @AlexanderMandera -- this line looks like an actual error. But the plot is so messy...
Just the way to get there is quite messier than most.
Not sure exactly how this should work, but I'm getting
My CH32V303CBT6 board definition has
-DCH32V30x -DCH32V303 -DCH32V30x_D8
defined (globally). My source for that is the datasheet.Then
ch32v003fun/ch32v003fun/ch32v003fun.h
Lines 168 to 182 in 49640fb
is going to activate
but
ch32v003fun/ch32v003fun/ch32v003fun.h
Lines 12918 to 12953 in 49640fb
will run into the
#error
because the#elif defined(CH32V20x) && FUNCONF_PLL_MULTIPLIER == 18
does not hold for it.Is that a bug in my activated macros for the CH32V303CBT6 or does ch32v003fun incorrectly account for it?
The text was updated successfully, but these errors were encountered: