[tuxdroid-svn] r1111 - firmware/tuxdefs
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2008-05-06 09:53:51
|
Author: jaguarondi Date: 2008-05-06 11:53:54 +0200 (Tue, 06 May 2008) New Revision: 1111 Modified: firmware/tuxdefs/api.h firmware/tuxdefs/commands.h Log: * Cleanup of spaces at EOL. Modified: firmware/tuxdefs/api.h =================================================================== --- firmware/tuxdefs/api.h 2008-05-06 09:38:42 UTC (rev 1110) +++ firmware/tuxdefs/api.h 2008-05-06 09:53:54 UTC (rev 1111) @@ -259,7 +259,7 @@ * usually represent tux's status. * @{ */ -/** +/** * LEDs status, both intensities and whether any effect is ongoing. * * Parameters: @@ -287,9 +287,9 @@ * Parameters: * - 1 : The motor to command * - 2 : The count or/ timeout value - * - 3 : + * - 3 : * .0..1 : The final state - * .2 : 0 for count, 1 for timeout + * .2 : 0 for count, 1 for timeout */ #define MOTORS_SET_CMD 0xD4 Modified: firmware/tuxdefs/commands.h =================================================================== --- firmware/tuxdefs/commands.h 2008-05-06 09:38:42 UTC (rev 1110) +++ firmware/tuxdefs/commands.h 2008-05-06 09:53:54 UTC (rev 1111) @@ -99,7 +99,7 @@ #define PLAY_SOUND_CMD 0x90 /* play a sound from the flash sound bank */ /* 1st parameter: sound number */ /* 2nd parameter: sound volume */ -#define STORE_SOUND_CMD 0x52 +#define STORE_SOUND_CMD 0x52 #define CONFIRM_STORAGE_CMD 0x53 /* 1st parameter: 1 to write the sound |