some fixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2024-01-24 14:34:34 +01:00
parent 05b88dd294
commit 928dd9e2e0
3 changed files with 5 additions and 4 deletions

View File

@ -13,9 +13,7 @@
namespace mpsoc {
enum ParamId: uint8_t {
SKIP_SUPV_ON_COMMANDING = 0x01
};
enum ParamId : uint8_t { SKIP_SUPV_ON_COMMANDING = 0x01 };
enum FileAccessModes : uint8_t {
// Opens a file, fails if the file does not exist.