diff -r 15e8d1ec0e61 -r 30a0e926bb2e include/data.h --- a/include/data.h Sun Nov 28 00:05:16 2010 +0100 +++ b/include/data.h Thu Sep 09 15:38:20 2010 +0200 @@ -95,6 +95,7 @@ post_sync_t post_sync; post_TPDO_t post_TPDO; post_SlaveBootup_t post_SlaveBootup; + post_SlaveStateChange_t post_SlaveStateChange; /* General */ UNS8 toggle; @@ -247,6 +248,7 @@ _post_sync, /* post_sync */\ _post_TPDO, /* post_TPDO */\ _post_SlaveBootup, /* post_SlaveBootup */\ + _post_SlaveStateChange, /* post_SlaveStateChange */\ \ /* General */\ 0, /* toggle */\