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