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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/include/protocol/service_type.h b/src/components/include/protocol/service_type.h
index ab049be9b..b5870e0af 100644
--- a/src/components/include/protocol/service_type.h
+++ b/src/components/include/protocol/service_type.h
@@ -61,7 +61,6 @@ const uint8_t SERVICE_TYPE_NAVI = 0x0B;
*/
const uint8_t SERVICE_TYPE_BULK = 0x0F;
-
/**
* \brief Enum describing possible types of sessions: RPC for API messages,
Navi for video streaming, bulk for PutFile.
@@ -83,5 +82,4 @@ ServiceType ServiceTypeFromByte(uint8_t type);
uint8_t ServiceTypeToByte(ServiceType type);
} // namespace protocol_handler
-
#endif // SRC_COMPONENTS_INCLUDE_PROTOCOL_SERVICE_TYPE_H_