summaryrefslogtreecommitdiff
path: root/src/components/include/protocol/service_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/protocol/service_type.h')
-rw-r--r--src/components/include/protocol/service_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/include/protocol/service_type.h b/src/components/include/protocol/service_type.h
index 803b8106b8..77a095f7e9 100644
--- a/src/components/include/protocol/service_type.h
+++ b/src/components/include/protocol/service_type.h
@@ -79,7 +79,6 @@ enum ServiceType {
* Service types to binary stream
*/
ServiceType ServiceTypeFromByte(uint8_t type);
-uint8_t ServiceTypeToByte(ServiceType type);
} // namespace protocol_handler
#endif // SRC_COMPONENTS_INCLUDE_PROTOCOL_SERVICE_TYPE_H_