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