mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 16:23:10 +00:00
add new levels
This commit is contained in:
parent
d89462fc16
commit
f62eb66bf2
@ -25,6 +25,14 @@ pub enum Priority {
|
|||||||
Level5 = 5,
|
Level5 = 5,
|
||||||
Level6 = 6,
|
Level6 = 6,
|
||||||
Level7 = 7,
|
Level7 = 7,
|
||||||
|
Level8 = 8,
|
||||||
|
Level9 = 9,
|
||||||
|
Level10 = 10,
|
||||||
|
Level11 = 11,
|
||||||
|
Level12 = 12,
|
||||||
|
Level13 = 13,
|
||||||
|
Level14 = 14,
|
||||||
|
Level14 = 15,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<u8> for Priority {
|
impl From<u8> for Priority {
|
||||||
|
Loading…
Reference in New Issue
Block a user