xref: /btstack/port/archive/pic32-harmony/src/app.h (revision bfc39f3e53bffb178d46475fc3f3e00a92502490)
1*bfc39f3eSMatthias Ringwald #ifndef _APP_H
2*bfc39f3eSMatthias Ringwald #define _APP_H
3*bfc39f3eSMatthias Ringwald 
4*bfc39f3eSMatthias Ringwald /* Application State Machine Functions */
5*bfc39f3eSMatthias Ringwald void APP_Initialize( void );
6*bfc39f3eSMatthias Ringwald void APP_Tasks( void );
7*bfc39f3eSMatthias Ringwald 
8*bfc39f3eSMatthias Ringwald #endif /* _APP_H */
9