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