Remove poll for ti demo button
authorKeith Packard <keithp@keithp.com>
Wed, 25 Mar 2009 17:50:36 +0000 (10:50 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 25 Mar 2009 17:50:36 +0000 (10:50 -0700)
target/adc-serial/adc_serial.c

index c141567adc3764f93a6fe6faafd8c0371c6d6f4c..d10b3f798f110d0f357d9e40da94dae3978b1f90 100644 (file)
@@ -540,8 +540,6 @@ main ()
        CLKCON = 0;
        while (!(SLEEP & SLEEP_XOSC_STB))
                ;
-       while (P1 & 0x4)
-               ;
        
        adc_init();
        usart_init();