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>
This commit is contained in:
Damien George
2024-10-07 12:03:53 +11:00
parent c2eebe0609
commit d50e36e7e4
18 changed files with 15 additions and 20 deletions

View File

@@ -30,10 +30,10 @@
#include <stdint.h>
#include <stdio.h>
#include "py/mphal.h"
#include "py/obj.h"
#include "py/runtime.h"
#include "modmachine.h"
#include "mphalport.h"
#include "hal/timer_hal.h"
#include "hal/timer_ll.h"