add new parameter to skip SUPV commanding
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user