Index: App/Services/SystemComm.h =================================================================== diff -u -r7d70e839bc71f6fc37da8cd12eecb374841882df -rc91e9da338d92432930d3589a4055ebbb404c6cb --- App/Services/SystemComm.h (.../SystemComm.h) (revision 7d70e839bc71f6fc37da8cd12eecb374841882df) +++ App/Services/SystemComm.h (.../SystemComm.h) (revision c91e9da338d92432930d3589a4055ebbb404c6cb) @@ -24,7 +24,8 @@ // ********** public function prototypes ********** void initSystemComm( void ); -void execSystemComm( void ); +void execSystemCommRx( void ); +void execSystemCommTx( void ); BOOL sendOffButtonMsgToUI( void );