Author: jaguarondi Date: 2008-07-10 14:42:25 +0200 (Thu, 10 Jul 2008) New Revision: 1323
Modified: firmware/tuxdefs/defines.h Log: * Define missing for the USB. Modified: firmware/tuxdefs/defines.h =================================================================== --- firmware/tuxdefs/defines.h 2008-07-10 12:36:56 UTC (rev 1322) +++ firmware/tuxdefs/defines.h 2008-07-10 12:42:25 UTC (rev 1323) @@ -32,6 +32,10 @@ #ifndef _DEFINES_H_ #define _DEFINES_H_ +#ifndef _BV +#define _BV(x) (1<<x) +#endif + #include <stdint.h> /** * \name Identifiers and addresses. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
