Author: jaguarondi Date: 2008-08-20 18:51:17 +0200 (Wed, 20 Aug 2008) New Revision: 1560
Modified: firmware/tuxdefs/defines.h Log: * Comment. Modified: firmware/tuxdefs/defines.h =================================================================== --- firmware/tuxdefs/defines.h 2008-08-20 16:49:45 UTC (rev 1559) +++ firmware/tuxdefs/defines.h 2008-08-20 16:51:17 UTC (rev 1560) @@ -278,7 +278,8 @@ #define CFG_CRCOK_MK _BV(0) #define CFG_DATA_MK _BV(1) #define CFG_AUDIO_MK _BV(2) -#define CFG_SECBUF_MK _BV(3) +#define CFG_SECBUF_MK _BV(3) /* Inidicates whether the second buffer (previous\ + audio) is valid or not. */ #define CFG_ACK_MK _BV(4) /*! @} */ ------------------------------------------------------------------------- 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
