-
Notifications
You must be signed in to change notification settings - Fork 511
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
servo_cluster.cpp compile error? #362
Comments
I thought I've resorted to: #ifndef is_assigned
#define is_assigned(x) {true;}
#endif I don't understand what effect |
Oh, this will be sub-par testing on my part! I've primarily been testing Release builds, which would compile out any assert lines. I suspect this is why the CI is fine with it too. The actual check should be Will get a fix raised tomorrow. |
@knightinlet For now, try building in Release to get rid of those checks (and thus the associated errors) |
@Gadgetoid @ZodiusInfuser Thanks for the quick responses. Great work. Builds cleanly now :) |
After syncing to the latest versions of the source code the build fails with errors in drivers/servo/servo_cluster.cpp complaining error: 'is_assigned' was not declared in this scope in multiple locations within the source code?
The function "is_assigned" seems to have disappeared since the "Big refactor of clusters to reduce memory and improve usability" commit. Am I missing something?
The text was updated successfully, but these errors were encountered: