fix Compilation error in "driver.c", "completion_up.c", "syslog.c" and "dlmodule.c". (#9093)

This commit is contained in:
Rui
2024-06-26 23:25:23 +08:00
committed by GitHub
parent 071b3d9244
commit 3b1d4e9222
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ rt_err_t rt_driver_unregister(rt_driver_t drv)
return ret;
}
RTM_EXPORT(rt_driver_register);
RTM_EXPORT(rt_driver_unregister);