This website requires JavaScript.
Explore
Help
Register
Sign In
lby
/
mkrtos-real
Watch
1
Star
0
Fork
0
You've already forked mkrtos-real
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e49c75cd4873f1d249daadd44a9c1018d31c65f
mkrtos-real
/
mkrtos_user
/
server
/
fs
/
fatfs
/
fs_rpc.h
6 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
rpc 可用,并增加fs服务
2023-09-24 01:26:07 +08:00
#
pragma once
void
fs_svr_init
(
obj_handler_t
ipc
)
;
void
fs_svr_loop
(
void
)
;
修复rpc bug,fatfs服务测试
2023-09-24 19:26:05 +08:00
Reference in New Issue
Copy Permalink