Skip to content
Snippets Groups Projects
Commit bc3c9414 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

VARTest: remove old NAME_LENGTH limit

parent 9a5c52de
No related branches found
No related tags found
No related merge requests found
......@@ -211,8 +211,6 @@ enum gcs_severity {
#define MAX_WAYPOINTS ((FENCE_START_BYTE - WP_START_BYTE) / WP_SIZE) - 1 // - 1 to be safe
#define ONBOARD_PARAM_NAME_LENGTH 15
// convert a boolean (0 or 1) to a sign for multiplying (0 maps to 1, 1 maps to -1)
#define BOOL_TO_SIGN(bvalue) ((bvalue)?-1:1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment