mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
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:
@@ -31,12 +31,12 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "py/mphal.h"
|
||||
#include "py/runtime.h"
|
||||
#include "modmachine.h"
|
||||
#include "samd_soc.h"
|
||||
#include "sam.h"
|
||||
#include "tusb.h"
|
||||
#include "mphalport.h"
|
||||
|
||||
extern void machine_rtc_start(bool force);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user