xref: /btstack/port/archive/pic32-harmony/src/btstack_port.h (revision 174a0c1c8d4a5183616f89c4f14b8b88926d49b0)
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