AP_HAL_ChibiOS: Remove unneeded private member

This commit is contained in:
Michael du Breuil 2018-11-24 19:22:49 -07:00 committed by Andrew Tridgell
parent 52d6353e33
commit b32c5e6f8d
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ namespace ChibiOS {
class I2CDevice;
class I2CDeviceManager;
class OpticalFlow;
class PrivateMember;
class RCInput;
class RCOutput;
class Scheduler;