summaryrefslogtreecommitdiffhomepage
path: root/filter-accela/accela-settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'filter-accela/accela-settings.hpp')
-rw-r--r--filter-accela/accela-settings.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter-accela/accela-settings.hpp b/filter-accela/accela-settings.hpp
index 2fea2f33..63173aa8 100644
--- a/filter-accela/accela-settings.hpp
+++ b/filter-accela/accela-settings.hpp
@@ -19,7 +19,7 @@ struct settings_accela : opts
double x, y;
};
- static constexpr gains rot_gains[16] =
+ static constexpr inline gains const rot_gains[16] =
{
{ 9, 300 },
{ 8, 200 },
@@ -30,7 +30,7 @@ struct settings_accela : opts
{ .5, .4 },
};
- static constexpr gains pos_gains[16] =
+ static constexpr inline gains const pos_gains[16] =
{
{ 9, 200 },
{ 8, 150 },