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 /shared-module | |
| 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 'shared-module')
| -rw-r--r-- | shared-module/canio/Match.c (renamed from shared-module/_canio/Match.c) | 2 | ||||
| -rw-r--r-- | shared-module/canio/Match.h (renamed from shared-module/_canio/Match.h) | 0 | ||||
| -rw-r--r-- | shared-module/canio/Message.c (renamed from shared-module/_canio/Message.c) | 2 | ||||
| -rw-r--r-- | shared-module/canio/Message.h (renamed from shared-module/_canio/Message.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/shared-module/_canio/Match.c b/shared-module/canio/Match.c index 3dcde18a7..9e33b956f 100644 --- a/shared-module/_canio/Match.c +++ b/shared-module/canio/Match.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include "shared-module/_canio/Match.h" +#include "shared-module/canio/Match.h" void common_hal_canio_match_construct(canio_match_obj_t *self, int address, int mask, bool extended) { self->address = address; diff --git a/shared-module/_canio/Match.h b/shared-module/canio/Match.h index 25f047f37..25f047f37 100644 --- a/shared-module/_canio/Match.h +++ b/shared-module/canio/Match.h diff --git a/shared-module/_canio/Message.c b/shared-module/canio/Message.c index a02bd0127..b8ebb7859 100644 --- a/shared-module/_canio/Message.c +++ b/shared-module/canio/Message.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include "shared-module/_canio/Message.h" +#include "shared-module/canio/Message.h" #include <string.h> diff --git a/shared-module/_canio/Message.h b/shared-module/canio/Message.h index b99c5c48e..b99c5c48e 100644 --- a/shared-module/_canio/Message.h +++ b/shared-module/canio/Message.h |
