mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
SPIDriver: namespace explicit to better permit copypasta
This commit is contained in:
parent
527dfb5af4
commit
b79bd01761
@ -27,8 +27,6 @@ namespace AP_HAL {
|
||||
class Scheduler;
|
||||
class Semaphore;
|
||||
|
||||
class EmptyUARTDriver;
|
||||
|
||||
/* Utility Classes */
|
||||
class Print;
|
||||
class Stream;
|
||||
|
@ -8,7 +8,7 @@
|
||||
class AP_HAL::SPIDeviceManager {
|
||||
public:
|
||||
virtual void init(void *) = 0;
|
||||
virtual SPIDeviceDriver* device(enum AP_HAL::SPIDevice) = 0;
|
||||
virtual AP_HAL::SPIDeviceDriver* device(enum AP_HAL::SPIDevice) = 0;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user