From: Keith Packard Date: Wed, 25 Mar 2009 03:04:58 +0000 (-0700) Subject: Led the LED turn on X-Git-Tag: 0.5~58^2~45 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3ed3ff63e46767a256d30c5da5c52ae20089a91d;ds=sidebyside Led the LED turn on --- diff --git a/target/ee/ee.c b/target/ee/ee.c index d269d2aa..6cf276a0 100644 --- a/target/ee/ee.c +++ b/target/ee/ee.c @@ -375,6 +375,7 @@ main () uint8_t buf[LENGTH]; int i; + P1DIR |= 2; CLKCON = 0; spi_init();