summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2022-01-24 01:04:50 +0200
committerGitHub <noreply@github.com>2022-01-23 18:04:50 -0500
commitf344fe648bd71b0b61bbb5f4cf41edcaf12a981d (patch)
tree5fb0222d6b0d03e05a72d89941cdc057c3e82a01 /src/code/main.c
parent4b4099e84c4d03817b8b8b60bc3b3305ea52c3f6 (diff)
Document RCP functions (#1087)
* Document RCP functions * Rename functions according to convention * Rename file and functions to RcpUtils
Diffstat (limited to 'src/code/main.c')
-rw-r--r--src/code/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c
index fce3972d1..c15449cb6 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -111,6 +111,6 @@ void Main(void* arg) {
osSyncPrintf("mainproc 後始末\n"); // "Cleanup"
osDestroyThread(&sGraphThread);
- func_800FBFD8();
+ RcpUtils_Reset();
osSyncPrintf("mainproc 実行終了\n"); // "End of execution"
}