micropython/ports/nrf/modules/ubluepy
Damien George d50e36e7e4 ports: Include py/mphal.h instead of mphalport.h.
The `mphalport.h` header should not be included directly, rather
`py/mphal.h` should be used.

Signed-off-by: Damien George <damien@micropython.org>
2024-10-09 14:39:34 +11:00
..
modubluepy.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
modubluepy.h all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
ubluepy_characteristic.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_constants.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_delegate.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_descriptor.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_peripheral.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_scan_entry.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_scanner.c ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11:00
ubluepy_service.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
ubluepy_uuid.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00