mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL_VRBRAIN: rename AP_HAL_Empty instances
This commit is contained in:
parent
c72f812944
commit
a9def97344
@ -32,10 +32,10 @@
|
||||
|
||||
using namespace VRBRAIN;
|
||||
|
||||
static Empty::EmptySemaphore i2cSemaphore;
|
||||
static Empty::EmptyI2CDriver i2cDriver(&i2cSemaphore);
|
||||
static Empty::EmptySPIDeviceManager spiDeviceManager;
|
||||
//static Empty::EmptyGPIO gpioDriver;
|
||||
static Empty::Semaphore i2cSemaphore;
|
||||
static Empty::I2CDriver i2cDriver(&i2cSemaphore);
|
||||
static Empty::SPIDeviceManager spiDeviceManager;
|
||||
//static Empty::GPIO gpioDriver;
|
||||
|
||||
static VRBRAINScheduler schedulerInstance;
|
||||
static VRBRAINStorage storageDriver;
|
||||
|
Loading…
Reference in New Issue
Block a user