From f12d06d76b4b361451a41d73ece15847721f9cb4 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Fri, 1 Aug 2014 15:13:43 +0900 Subject: [PATCH] DataFlash: typo fix in ListAvailableLogs --- libraries/DataFlash/DataFlash_Block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DataFlash/DataFlash_Block.h b/libraries/DataFlash/DataFlash_Block.h index 9378dd14ff..22f869d46f 100644 --- a/libraries/DataFlash/DataFlash_Block.h +++ b/libraries/DataFlash/DataFlash_Block.h @@ -38,7 +38,7 @@ public: AP_HAL::BetterStream *port); void DumpPageInfo(AP_HAL::BetterStream *port); void ShowDeviceInfo(AP_HAL::BetterStream *port); - void ListAvailableLogs(AP_HAL::BetterStream *port) + void ListAvailableLogs(AP_HAL::BetterStream *port); #endif private: