AP_Mount: add 2nd instance

This commit is contained in:
Randy Mackay 2022-09-02 14:32:29 +09:00
parent 0c73da5e79
commit 76096899ac

View File

@ -38,7 +38,7 @@
#include "AP_Mount_Params.h"
// maximum number of mounts
#define AP_MOUNT_MAX_INSTANCES 1
#define AP_MOUNT_MAX_INSTANCES 2
// declare backend classes
class AP_Mount_Backend;