Added command CalcRes

This commit is contained in:
Adrian Scillato 2018-11-26 21:16:09 -03:00 committed by GitHub
parent 0b988c561b
commit c51e657ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -107,9 +107,7 @@ typedef union {
uint32_t spare03 : 1; uint32_t spare03 : 1;
uint32_t spare04 : 1; uint32_t spare04 : 1;
uint32_t spare05 : 1; uint32_t spare05 : 1;
uint32_t spare06 : 1; uint32_t calc_resolution : 3;
uint32_t spare07 : 1;
uint32_t spare08 : 1;
uint32_t weight_resolution : 2; uint32_t weight_resolution : 2;
uint32_t frequency_resolution : 2; uint32_t frequency_resolution : 2;
uint32_t axis_resolution : 2; uint32_t axis_resolution : 2;