[tuxdroid-svn] r1236 - firmware/tuxdefs
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2008-06-17 14:46:22
|
Author: jaguarondi Date: 2008-06-17 16:46:21 +0200 (Tue, 17 Jun 2008) New Revision: 1236 Modified: firmware/tuxdefs/api.h Log: * Added a definition for the null command. Modified: firmware/tuxdefs/api.h =================================================================== --- firmware/tuxdefs/api.h 2008-06-16 10:30:14 UTC (rev 1235) +++ firmware/tuxdefs/api.h 2008-06-17 14:46:21 UTC (rev 1236) @@ -74,6 +74,10 @@ * be reviewed prior to update this. */ +/** NULL command, does nothing and can be dropped anywhere in the communication + * chain. */ +#define NULL_CMD 0x00 + /** * \name Request general information * These commands request some general information of the CPUs and their |