diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-21 16:42:12 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-21 16:44:26 -0500 |
| commit | 4869dbdc670bfa8a5f2e0a639495d03984ea0a6a (patch) | |
| tree | 6378c792654562117ac1327a4396b17947878069 /main.c | |
| parent | 493679da3b5b80b446e805966103a4d6703ec90c (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-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
