From 321e7c96c428e85c653ca5e2a75b93d0ac020c5d Mon Sep 17 00:00:00 2001 From: uncrustify Date: Thu, 16 Aug 2012 17:50:16 -0700 Subject: [PATCH] uncrustify ArduPlane/APM_Config.h --- ArduPlane/APM_Config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ArduPlane/APM_Config.h b/ArduPlane/APM_Config.h index 96d2017fca..8ed8bf2b1d 100644 --- a/ArduPlane/APM_Config.h +++ b/ArduPlane/APM_Config.h @@ -19,12 +19,12 @@ //#define HIL_MODE HIL_MODE_DISABLED /* -// HIL_MODE SELECTION -// -// Mavlink supports -// 1. HIL_MODE_ATTITUDE : simulated position, airspeed, and attitude -// 2. HIL_MODE_SENSORS: full sensor simulation -//#define HIL_MODE HIL_MODE_ATTITUDE - -*/ + * // HIL_MODE SELECTION + * // + * // Mavlink supports + * // 1. HIL_MODE_ATTITUDE : simulated position, airspeed, and attitude + * // 2. HIL_MODE_SENSORS: full sensor simulation + * //#define HIL_MODE HIL_MODE_ATTITUDE + * + */