summaryrefslogtreecommitdiff
path: root/src/components/include/protocol/rpc_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/protocol/rpc_type.h')
-rw-r--r--src/components/include/protocol/rpc_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/include/protocol/rpc_type.h b/src/components/include/protocol/rpc_type.h
index db4a808cfd..fde8fe7885 100644
--- a/src/components/include/protocol/rpc_type.h
+++ b/src/components/include/protocol/rpc_type.h
@@ -49,7 +49,6 @@ enum RpcType {
// Validate and map byte value to RPC type
RpcType RpcTypeFromByte(uint8_t byte);
// Check and convert RpcType to byte value ready to be transmitted
-uint8_t RpcTypeToByte(RpcType type);
const char* RpcTypeToString(RpcType type);