Skip to content

Commit ca32a81

Browse files
committed
main.c: Correct CANIO if-guard
1 parent 40d4a69 commit ca32a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void cleanup_after_vm(supervisor_allocation* heap) {
230230
free_memory(heap);
231231
supervisor_move_memory();
232232

233-
#ifdef CIRCUITPY_CANIO
233+
#if CIRCUITPY_CANIO
234234
common_hal_canio_reset();
235235
#endif
236236

0 commit comments

Comments
 (0)