-
Notifications
You must be signed in to change notification settings - Fork 2
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
VOSS upgrade PROS kernel to 4.0.7 #98
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,8 @@ | |
|
||
#define PROS_VERSION_MAJOR 4 | ||
#define PROS_VERSION_MINOR 0 | ||
#define PROS_VERSION_PATCH 5 | ||
#define PROS_VERSION_STRING "4.0.5" | ||
#define PROS_VERSION_PATCH 7 | ||
#define PROS_VERSION_STRING "4.0.7" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. warning: macro 'PROS_VERSION_STRING' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage] #define PROS_VERSION_STRING "4.0.7"
^ |
||
|
||
#include "pros/adi.h" | ||
#include "pros/colors.h" | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: macro 'PROS_VERSION_PATCH' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]