Arduino_si5351_VFO_Controller_Keyer
Arduino_si5351_VFO_Controller_Keyer copied to clipboard
} VFOset_type; error
compiling error .
'typedef struct VFOset_type VFOset_type'
Hi VU3WUR, thanks for logging an issue. According to this thread... https://forum.arduino.cc/index.php?topic=501909.0
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.