main.c: Correct CANIO if-guard
This commit is contained in:
parent
40d4a69133
commit
ca32a81bf1
1 changed files with 1 additions and 1 deletions
2
main.c
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue