This commit is contained in:
Robin Müller 2022-05-20 08:43:12 +02:00
parent 6b81955c85
commit f17612bd0e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* Enumerations for used PUS service IDs.
*/
namespace pus {
enum ServiceIds: uint8_t {
enum ServiceIds : uint8_t {
PUS_SERVICE_1 = 1,
PUS_SERVICE_2 = 2,
PUS_SERVICE_3 = 3,