mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
ac7117245a
stores 'eeprom' to a sdcard file
14 lines
221 B
C++
14 lines
221 B
C++
|
|
#ifndef __AP_HAL_PX4_NAMESPACE_H__
|
|
#define __AP_HAL_PX4_NAMESPACE_H__
|
|
|
|
namespace PX4 {
|
|
class PX4ConsoleDriver;
|
|
class PX4Scheduler;
|
|
class PX4UARTDriver;
|
|
class PX4EEPROMStorage;
|
|
}
|
|
|
|
#endif //__AP_HAL_PX4_NAMESPACE_H__
|
|
|