mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Create RPC component
This commit is contained in:
7
components/rpc/rpc.cpp
Normal file
7
components/rpc/rpc.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "rpc.h"
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user