add new parameter to skip SUPV commanding
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-01-24 14:20:15 +01:00
parent 54187e47c1
commit 05b88dd294
3 changed files with 26 additions and 0 deletions

View File

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