Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

} VFOset_type; error #7

Open
VU3WUR opened this issue Dec 2, 2020 · 1 comment
Open

} VFOset_type; error #7

VU3WUR opened this issue Dec 2, 2020 · 1 comment
Assignees

Comments

@VU3WUR
Copy link

VU3WUR commented Dec 2, 2020

compiling error .

'typedef struct VFOset_type VFOset_type'

@prt459
Copy link
Owner

prt459 commented Dec 2, 2020

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.

@prt459 prt459 self-assigned this Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants