bugfix pullup key_init

This commit is contained in:
harald42 2013-05-17 13:41:32 +02:00 committed by harald
parent c265e72b24
commit 71f8352876

View file

@ -495,6 +495,7 @@ void
hw_init()
{
led1_off();
key_init();
}
#define MESURE_INTERVAL (CLOCK_SECOND/2)