| 114 | /////////////////////////////////////////// |
| 115 | |
| 116 | void platform_shutdown() { |
| 117 | platform_stop_mode(); |
| 118 | skg_shutdown(); |
| 119 | |
| 120 | platform_impl_shutdown(); |
| 121 | |
| 122 | device_data_free(&device_data); |
| 123 | *local = {}; |
| 124 | sk_free(local); |
| 125 | } |
| 126 | |
| 127 | /////////////////////////////////////////// |
| 128 |
nothing calls this directly
no test coverage detected