Document RCP functions (#1087)

* Document RCP functions

* Rename functions according to convention

* Rename file and functions to RcpUtils
This commit is contained in:
hatal175
2022-01-24 01:04:50 +02:00
committed by GitHub
parent 4b4099e84c
commit f344fe648b
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -111,6 +111,6 @@ void Main(void* arg) {
osSyncPrintf("mainproc 後始末\n"); // "Cleanup"
osDestroyThread(&sGraphThread);
func_800FBFD8();
RcpUtils_Reset();
osSyncPrintf("mainproc 実行終了\n"); // "End of execution"
}