summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-09-21 16:42:12 -0500
committerJeff Epler <jepler@gmail.com>2020-09-21 16:44:26 -0500
commit4869dbdc670bfa8a5f2e0a639495d03984ea0a6a (patch)
tree6378c792654562117ac1327a4396b17947878069 /main.c
parent493679da3b5b80b446e805966103a4d6703ec90c (diff)
canio: rename from _canio
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4d34e451d..dbd367a59 100755
--- a/main.c
+++ b/main.c
@@ -82,7 +82,7 @@
#endif
#if CIRCUITPY_CANIO
-#include "common-hal/_canio/CAN.h"
+#include "common-hal/canio/CAN.h"
#endif
void do_str(const char *src, mp_parse_input_kind_t input_kind) {