summaryrefslogtreecommitdiff
path: root/common/rawaccel-validate.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-validate.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-validate.hpp')
-rw-r--r--common/rawaccel-validate.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-validate.hpp b/common/rawaccel-validate.hpp
index 4f7dd9c..ef6f667 100644
--- a/common/rawaccel-validate.hpp
+++ b/common/rawaccel-validate.hpp
@@ -27,7 +27,7 @@ namespace rawaccel {
};
auto check_accel = [&error](const accel_args& args) {
- static_assert(LUT_CAPACITY == 1025, "update error msg");
+ static_assert(SPACED_LUT_CAPACITY == 1025, "update error msg");
const auto& lut_args = args.lut_args;