summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-09-16 12:18:55 -0500
committerJeff Epler <jepler@gmail.com>2020-09-21 16:44:26 -0500
commitca32a81bf11301b2aea4fb2a91991dcfecd14902 (patch)
tree6363abe3ce620396ffd3a768e56be83812b2abf0 /main.c
parent40d4a69133e09e66575dee13b7881aead43f66d4 (diff)
main.c: Correct CANIO if-guard
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 f259fea3f..4d34e451d 100755
--- a/main.c
+++ b/main.c
@@ -230,7 +230,7 @@ void cleanup_after_vm(supervisor_allocation* heap) {
free_memory(heap);
supervisor_move_memory();
- #ifdef CIRCUITPY_CANIO
+ #if CIRCUITPY_CANIO
common_hal_canio_reset();
#endif