diff -r f36f09f08b62 -r 95cd3376cc9f include/states.h --- a/include/states.h Thu Jan 25 16:49:51 2007 +0100 +++ b/include/states.h Thu Jan 25 17:36:58 2007 +0100 @@ -25,11 +25,12 @@ #include -///The nodes states -//----------------- -/// values are choosen so, that they can be sent directly -/// for heartbeat messages... -/// Must be coded on 7 bits only +/* The nodes states + * ----------------- + * values are choosen so, that they can be sent directly + * for heartbeat messages... + * Must be coded on 7 bits only + * */ /* Should not be modified */ enum enum_nodeState { Initialisation = 0x00, @@ -89,7 +90,7 @@ /** Some stuff to do when the node enter in reset mode * */ -//void initResetMode (CO_Data* d); +/* void initResetMode (CO_Data* d); */ /** Some stuff to do when the node enter in pre-operational mode