aboutsummaryrefslogtreecommitdiff
path: root/src/pilot_coeff.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 12:36:50 +0930
committerDavid Rowe <[email protected]>2023-07-14 12:36:50 +0930
commitb86e88413d4c6ec428aaedb147f7675f28882fe4 (patch)
treece360925856e25d4343d59a37e2e6bac142d3752 /src/pilot_coeff.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/pilot_coeff.h')
-rw-r--r--src/pilot_coeff.h40
1 files changed, 7 insertions, 33 deletions
diff --git a/src/pilot_coeff.h b/src/pilot_coeff.h
index 85af696..6d83f78 100644
--- a/src/pilot_coeff.h
+++ b/src/pilot_coeff.h
@@ -4,38 +4,12 @@
// on the STM32F4 platform
#ifdef CORTEX_M4
-/* const */ float pilot_coeff[]={
+/* const */ float pilot_coeff[] = {
#else
-const float pilot_coeff[]={
+const float pilot_coeff[] = {
#endif
- 0.00223001,
- 0.00301037,
- 0.00471258,
- 0.0075934,
- 0.0118145,
- 0.0174153,
- 0.0242969,
- 0.0322204,
- 0.0408199,
- 0.0496286,
- 0.0581172,
- 0.0657392,
- 0.0719806,
- 0.0764066,
- 0.0787022,
- 0.0787022,
- 0.0764066,
- 0.0719806,
- 0.0657392,
- 0.0581172,
- 0.0496286,
- 0.0408199,
- 0.0322204,
- 0.0242969,
- 0.0174153,
- 0.0118145,
- 0.0075934,
- 0.00471258,
- 0.00301037,
- 0.00223001
-};
+ 0.00223001, 0.00301037, 0.00471258, 0.0075934, 0.0118145, 0.0174153,
+ 0.0242969, 0.0322204, 0.0408199, 0.0496286, 0.0581172, 0.0657392,
+ 0.0719806, 0.0764066, 0.0787022, 0.0787022, 0.0764066, 0.0719806,
+ 0.0657392, 0.0581172, 0.0496286, 0.0408199, 0.0322204, 0.0242969,
+ 0.0174153, 0.0118145, 0.0075934, 0.00471258, 0.00301037, 0.00223001};