xref: /btstack/port/archive/pic32-harmony/src/btstack_port.h (revision 9f1d8eee3da7ea3eb34ff486475434e06110d7f9)
1 //
2 // BTstack Port for the Microchip PIC32 Harmony Platfrom
3 //
4 
5 #ifndef _BTSTACK_PORT_H
6 #define _BTSTACK_PORT_H
7 void BTSTACK_Initialize(void);
8 void BTSTACK_Tasks(void);
9 #endif