summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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