Thinning out the main GUISLIICE FILE...getting errors when separting things....... #350
bcodermicro
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a bunch of functions in my main GUISLICE.ino and have decided to remove them.
I'm new to C.
Here iss my new changedisplay.h
and then II made the correspondding C file with the real functions.
I added the new .h to the main file
Now I'm gettting errors sstating that
In file included from sketch/changedisplay.c:1:0:
changedisplay.h:1:21: error: unknown type name 'gslc_tsGui'
void updateSettings(gslc_tsGui * w_Gui);
^
like is no longer part of the program?
So a little C help here.
Beta Was this translation helpful? Give feedback.
All reactions