FIX: LED debug

This commit is contained in:
tmk 2010-11-06 02:03:52 +09:00
parent 89feab2301
commit 74b3e591fc
2 changed files with 12 additions and 5 deletions

3
tmk.c
View file

@ -49,6 +49,9 @@ bool debug_mouse = false;
int main(void)
{
DEBUG_LED_CONFIG;
DEBUG_LED_OFF;
// set for 16 MHz clock
CPU_PRESCALE(0);