summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-07-24 14:21:27 -0400
committerHierophect <hierophect@gmail.com>2019-07-24 14:21:27 -0400
commita63df51893075b09a69beb40a3636fb9723b3b60 (patch)
treecd4dc0a40c31f944291d99b9137e8a1ee2055060 /main.c
parent172ab190b5d40b227f258c09c6ae393308ee9783 (diff)
Requested changes, general cleanup
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 7e1058e94..6ab50fc3c 100755
--- a/main.c
+++ b/main.c
@@ -190,7 +190,9 @@ void cleanup_after_vm(supervisor_allocation* heap) {
supervisor_move_memory();
reset_port();
+ #if CIRCUITPY_BOARD
reset_board_busses();
+ #endif
reset_board();
reset_status_led();
}