Fix loading calibration data from Xreal Air 2 Ultra
This commit is contained in:
parent
c84f468bdd
commit
c5e051de68
4 changed files with 51 additions and 24 deletions
|
@ -47,6 +47,8 @@ bool is_xreal_product_id(uint16_t product_id);
|
|||
int xreal_imu_interface_id(uint16_t product_id);
|
||||
int xreal_mcu_interface_id(uint16_t product_id);
|
||||
|
||||
uint16_t xreal_imu_max_payload_size(uint16_t product_id);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
|
Reference in a new issue