mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
RPC calls
This commit is contained in:
@@ -50,7 +50,7 @@ CommunicationRouter::~CommunicationRouter() {
|
||||
}
|
||||
}
|
||||
|
||||
int CommunicationRouter::send_msg(char *buffer, const size_t length) const {
|
||||
int CommunicationRouter::send_msg(uint8_t *buffer, const size_t length) const {
|
||||
route(reinterpret_cast<uint8_t *>(buffer), length);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user