Author: jaguarondi
Date: 2008-08-29 16:03:38 +0200 (Fri, 29 Aug 2008)
New Revision: 1640
Modified:
firmware/tuxaudio/trunk/main.c
Log:
* Power-up delay seems too short on some tuxs.
Modified: firmware/tuxaudio/trunk/main.c
===================================================================
--- firmware/tuxaudio/trunk/main.c 2008-08-29 13:59:03 UTC (rev 1639)
+++ firmware/tuxaudio/trunk/main.c 2008-08-29 14:03:38 UTC (rev 1640)
@@ -141,7 +141,7 @@
PORTB &= ~0x80;
/* Power the microphone */
volatile uint16_t _count;
- for (_count = 0;_count<0x0FFF; _count++)
+ for (_count = 0;_count<0x2FFF; _count++)
{
uint8_t i;
for (i=0x0F; i>_count>>8;i--)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn