This commit is contained in:
NIIBE Yutaka
2010-10-22 09:24:12 +09:00
parent 0fb4c91db3
commit 1d56c8d14f
7 changed files with 17 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ void
set_led (int value)
{
if (value)
palClearPad (IOPORT3, GPIOC_LED);
else
palSetPad (IOPORT3, GPIOC_LED);
else
palClearPad (IOPORT3, GPIOC_LED);
}

View File

@@ -31,8 +31,3 @@ Leave_LowPowerMode (void)
else
bDeviceState = ATTACHED;
}
void
Get_SerialNum (void)
{
}