Завершение большого переименования
This commit is contained in:
parent
120e651517
commit
3805354611
31 changed files with 1213 additions and 1255 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "rotation3.h"
|
||||
|
||||
const rotation3_fp32_t FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
|
||||
const bgc_rotation3_fp32_t BGC_IDLE_ROTATION3_FP32 = { {0.0f, 0.0f, 0.0f}, 0.0f};
|
||||
|
||||
const rotation3_fp64_t FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};
|
||||
const bgc_rotation3_fp64_t BGC_IDLE_ROTATION3_FP64 = { {0.0, 0.0, 0.0}, 0.0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue