summaryrefslogtreecommitdiff
path: root/common/rawaccel-validate.hpp
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-08 22:23:48 -0700
committerJacob Palecki <[email protected]>2021-04-08 22:23:48 -0700
commit0bf728ac4f0443cb1093d7eb3d2635bf068182b0 (patch)
tree93fb9cc0c96cd1bb162b25a1adf825d389195802 /common/rawaccel-validate.hpp
parentProgress in arbitrary (diff)
parentmake it safe (diff)
downloadrawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.tar.xz
rawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.zip
merge and improve
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;