From a41ff63d929d9bba8d0a3fd08429ac6621170d2f Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 30 Apr 2008 22:00:47 +0000 Subject: [PATCH] added parameters to main() git-svn-id: svn://anubis/misc/parapin-led@52 bd8a9e45-a331-0410-811e-c64571078777 --- led.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/led.c b/led.c index f972ad0..2e30cf4 100644 --- a/led.c +++ b/led.c @@ -1,6 +1,6 @@ -#include #include +#include #define LED_A LP_PIN02 #define LED_B LP_PIN03 @@ -39,7 +39,7 @@ int position2pins[] = { void turnOnDigit(int digitPosition, int value); -int main() +int main(int argc, char * argv[]) { /* initialize the parapin user-land library */ pin_init_user(LPT1);