maraiah: add None variant to transfer modes

master
an 2019-07-01 01:24:53 -04:00
parent ab48d26711
commit 14c0ef8f2a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ c_enum! {
Wander = 19,
Wander2 = 20,
BigSky = 21,
None = 0xFFFF,
}
}