mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-25 02:28:14 +08:00
re-add missing objects in ASCII protocol
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
|
||||
static Introspectable root_obj = ODriveTypeInfo<ODrive>::make_introspectable(odrv);
|
||||
#if HW_VERSION_MAJOR == 3
|
||||
static Introspectable root_obj = ODrive3TypeInfo<ODrive>::make_introspectable(odrv);
|
||||
#endif
|
||||
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user