diff options
| author | Hierophect <hierophect@gmail.com> | 2019-07-24 14:21:27 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-07-24 14:21:27 -0400 |
| commit | a63df51893075b09a69beb40a3636fb9723b3b60 (patch) | |
| tree | cd4dc0a40c31f944291d99b9137e8a1ee2055060 /main.c | |
| parent | 172ab190b5d40b227f258c09c6ae393308ee9783 (diff) | |
Requested changes, general cleanup
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); } |
