#ifndef _APP_H #define _APP_H /* Application State Machine Functions */ void APP_Initialize( void ); void APP_Tasks( void ); #endif /* _APP_H */