aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2023-12-31 09:42:39 +0100
committerDamien George <damien@micropython.org>2024-01-02 18:24:19 +1100
commitf34e27f178afe707062173b9394cd994ab8c82cc (patch)
treed1b67fa09746dca81788ce2c277a99acc304add5
parent87d3f8b367dfe97d03863f62f565a3ddee1cb945 (diff)
mimxrt/mpbthciport: Add missing extmod/modmachine.h header.
Include extmod/modmachine.h for machine_uart_type declaration. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
-rw-r--r--ports/mimxrt/mpbthciport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt/mpbthciport.c b/ports/mimxrt/mpbthciport.c
index 4325655e5..2b0bcd2cf 100644
--- a/ports/mimxrt/mpbthciport.c
+++ b/ports/mimxrt/mpbthciport.c
@@ -29,6 +29,7 @@
#include "py/stream.h"
#include "py/mphal.h"
#include "extmod/modbluetooth.h"
+#include "extmod/modmachine.h"
#include "extmod/mpbthci.h"
#include "shared/runtime/softtimer.h"
#include "modmachine.h"