From 563f516f6b254f3695d818c2d1155eb844e0348d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Jul 2014 18:04:59 +1000 Subject: [PATCH] HAL_FLYMAPLE: rename flash_stm32.c to .cpp this avoids a compiler hang on Ubuntu when not building for flymaple --- .../AP_HAL_FLYMAPLE/utility/{flash_stm32.c => flash_stm32.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libraries/AP_HAL_FLYMAPLE/utility/{flash_stm32.c => flash_stm32.cpp} (100%) diff --git a/libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.c b/libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.cpp similarity index 100% rename from libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.c rename to libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.cpp