From c0035d16941adf867b7bdb2c8e6cf2248a732be7 Mon Sep 17 00:00:00 2001 From: Alex March Date: Fri, 18 Sep 2015 21:18:21 +0100 Subject: unix: Use MICROPY_HAL_H macro for header inclusion. Follow the same format as other ports using the macro to include the HAL header. --- unix/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/main.c') diff --git a/unix/main.c b/unix/main.c index 651c3836cc..3e43586721 100644 --- a/unix/main.c +++ b/unix/main.c @@ -45,7 +45,7 @@ #include "py/gc.h" #include "py/stackctrl.h" #include "genhdr/mpversion.h" -#include "unix_mphal.h" +#include MICROPY_HAL_H #include "input.h" // Command line options, with their defaults -- cgit v1.2.3