fixed an oops

git-svn-id: svn://anubis/misc/parapin-led@50 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
josh 2008-04-29 21:06:14 +00:00
parent f8f1e2c732
commit 01fb393892

2
led.c
View File

@ -38,7 +38,7 @@ int position2pins[] = {
void turnOnDigit(int digitPosition, int value);
int main
int main()
{
/* initialize the parapin user-land library */
pin_init_user(LPT1);