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
the Arduino IDE can mess up automatic prototype generation when compiling typedef struct. The thread suggests you try moving the typedef to the top of the file. If that doesn't work, move the typeset into a .h file and #include that file.
Please report back your finding as I cannot reproduce this bug.
compiling error .
'typedef struct VFOset_type VFOset_type'
The text was updated successfully, but these errors were encountered: