mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-05 22:52:02 +08:00
[docs] fix enum values
This commit is contained in:
@@ -128,7 +128,7 @@ class Loader():
|
||||
if flag_data is None:
|
||||
flag_data = {}
|
||||
enum.enumerators.append(EnumeratorInfo(k,
|
||||
flag_data.get('bit', enum.get_next_value()),
|
||||
flag_data.get('value', enum.get_next_value()),
|
||||
flag_data.get('brief', None),
|
||||
flag_data.get('doc', None)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user