diff options
| author | Angus Gratton <angus@redyak.com.au> | 2025-04-01 16:38:47 +1100 |
|---|---|---|
| committer | Angus Gratton <angus@redyak.com.au> | 2025-05-08 15:32:05 +1000 |
| commit | b2cda6c6046132738fdf7d354b811f216c91bf52 (patch) | |
| tree | 79737e1014089be9331469fe3f77cbd83f55e147 /extmod/mpbthci.h | |
| parent | 45e4deb96daf23e648d1cb52100d12da275cdfe8 (diff) | |
extmod,alif,mimxrt,rp2,stm32: Create common cyw43 driver config header.
This is only a surface level refactor, some deeper refactoring would be
possible with (for example) the SDIO interface in mimxrt and stm32, or the
BTHCI interface which is is similar on supported ports. But sticking to
cases where the macros are the same across all ports.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'extmod/mpbthci.h')
| -rw-r--r-- | extmod/mpbthci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extmod/mpbthci.h b/extmod/mpbthci.h index c10f99c3d..3ff8294c4 100644 --- a/extmod/mpbthci.h +++ b/extmod/mpbthci.h @@ -27,6 +27,10 @@ #ifndef MICROPY_INCLUDED_EXTMOD_MPBTHCI_H #define MICROPY_INCLUDED_EXTMOD_MPBTHCI_H +#include <stdint.h> +#include <stdbool.h> +#include <stddef.h> + #define MICROPY_PY_BLUETOOTH_HCI_READ_MODE_BYTE (0) #define MICROPY_PY_BLUETOOTH_HCI_READ_MODE_PACKET (1) |
