HAL_PX4: reformat

This commit is contained in:
Andrew Tridgell 2016-11-04 09:48:53 +11:00
parent 1bb450c722
commit e91b1318fb
1 changed files with 14 additions and 15 deletions

View File

@ -1,19 +1,18 @@
#pragma once
namespace PX4 {
class PX4Scheduler;
class PX4UARTDriver;
class PX4Storage;
class PX4RCInput;
class PX4RCOutput;
class PX4AnalogIn;
class PX4AnalogSource;
class PX4Util;
class PX4GPIO;
class PX4DigitalSource;
class NSHShellStream;
class PX4I2CDriver;
class PX4_I2C;
class PX4_SPI;
class Semaphore;
class PX4Scheduler;
class PX4UARTDriver;
class PX4Storage;
class PX4RCInput;
class PX4RCOutput;
class PX4AnalogIn;
class PX4AnalogSource;
class PX4Util;
class PX4GPIO;
class PX4DigitalSource;
class NSHShellStream;
class PX4I2CDriver;
class PX4_I2C;
class Semaphore;
}