From 1cafc86aaa2cf5e36a6f30e3213e9e443e72776b Mon Sep 17 00:00:00 2001 From: dankers Date: Tue, 22 Dec 2009 20:36:51 +0000 Subject: [PATCH] copy and paste fail :) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@103 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/PiOS/pios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/PiOS/pios.c b/flight/PiOS/pios.c index bca811778..6d4af0b13 100644 --- a/flight/PiOS/pios.c +++ b/flight/PiOS/pios.c @@ -55,7 +55,7 @@ int main() PIOS_SYS_Init(); /* Enables the SDCard */ - PIOS_SDCARD_Init(void); + PIOS_SDCARD_Init(); /* Call LoadSettings which populates System Vars so the rest of the hardware can be configured. */