[tuxdroid-svn] r238 - svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment va
Status: Beta
Brought to you by:
ks156
From: svnlook:warning@affinitic.be:cannot s. L. l. <c2m...@c2...> - 2007-04-09 23:17:29
|
Author: svnlook: warning: cannot set LC_CTYPE locale Date: svnlook: warning: environment variable LANG is EN New Revision: 238 Modified: firmware/tuxcore/trunk/ir.h Log: doegox 2007-04-10 01:16:56 +0200 (Tue, 10 Apr 2007) 29 ref website for RC5 had moved svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment variable LANG is EN svnlook: warning: please check that your locale name is correct Modified: firmware/tuxcore/trunk/ir.h =================================================================== --- firmware/tuxcore/trunk/ir.h 2007-04-09 14:49:31 UTC (rev 237) +++ firmware/tuxcore/trunk/ir.h 2007-04-09 23:16:56 UTC (rev 238) @@ -100,7 +100,7 @@ * \note Tux can't send and receive IR at the same time because the code sent is also detected by the receiver and also because they share the same timer. So irSendRC5 will disable irGetRC5 when sending data. * * Send an ir code following the Philips RC-5 Protocol. The RC-5 code from Philips is possibly the most used protocol by hobbyists, probably because of the wide availability of cheap remote controls. - * For more information on a couple of protocols, visit http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm or google for it :-) + * For more information on a couple of protocols, visit http://www.sbprojects.com/knowledge/ir/rc5.htm or google for it :-) */ void irSendRC5(uint8_t address, uint8_t command); |