Skip to content
Snippets Groups Projects
Commit bafd9fd5 authored by Randy Mackay's avatar Randy Mackay
Browse files

RangeFinder: reduce num instances to 1

parent 47418b78
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <AP_Param.h> #include <AP_Param.h>
// Maximum number of range finder instances available on this platform // Maximum number of range finder instances available on this platform
#define RANGEFINDER_MAX_INSTANCES 2 #define RANGEFINDER_MAX_INSTANCES 1
class AP_RangeFinder_Backend; class AP_RangeFinder_Backend;
......
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