From 17fa227d1f8c832fe1482da6d91a71ae6248b7da Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sun, 19 Jun 2011 16:51:54 -0500 Subject: [PATCH] Fixed typo, thanks Os --- flight/Modules/CameraStab/inc/camerastab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/Modules/CameraStab/inc/camerastab.h b/flight/Modules/CameraStab/inc/camerastab.h index bc2515696..5d7bf9d06 100644 --- a/flight/Modules/CameraStab/inc/camerastab.h +++ b/flight/Modules/CameraStab/inc/camerastab.h @@ -32,7 +32,7 @@ #include "openpilot.h" -int32_t BatteryInitialize(void); +int32_t CameraStabInitialize(void); #endif // BATTERY_H