summaryrefslogtreecommitdiff
path: root/common/rawaccel-base.hpp
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-04-08 21:48:17 -0400
committera1xd <[email protected]>2021-04-08 21:48:17 -0400
commit74ffcb8553795f4b50e544a1b2a0e53aec32a860 (patch)
tree5f19bfbffb16a066c2587daee05216ec4c3f072a /common/rawaccel-base.hpp
parentfix conversions in arbitrary constructor (diff)
downloadrawaccel-74ffcb8553795f4b50e544a1b2a0e53aec32a860.tar.xz
rawaccel-74ffcb8553795f4b50e544a1b2a0e53aec32a860.zip
make sizeof arbitrary close to others
refactor constructor/fix conversions
Diffstat (limited to 'common/rawaccel-base.hpp')
-rw-r--r--common/rawaccel-base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-base.hpp b/common/rawaccel-base.hpp
index dde56f5..2f49ec0 100644
--- a/common/rawaccel-base.hpp
+++ b/common/rawaccel-base.hpp
@@ -15,7 +15,7 @@ namespace rawaccel {
inline constexpr size_t MAX_DEV_ID_LEN = 200;
- inline constexpr size_t LUT_CAPACITY = 1025;
+ inline constexpr size_t SPACED_LUT_CAPACITY = 1025;
inline constexpr double MAX_NORM = 16;
inline constexpr double PI = 3.14159265358979323846;