diff options
| author | Jacob Palecki <[email protected]> | 2021-04-08 22:23:48 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-08 22:23:48 -0700 |
| commit | 0bf728ac4f0443cb1093d7eb3d2635bf068182b0 (patch) | |
| tree | 93fb9cc0c96cd1bb162b25a1adf825d389195802 /common/rawaccel-validate.hpp | |
| parent | Progress in arbitrary (diff) | |
| parent | make it safe (diff) | |
| download | rawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.tar.xz rawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.zip | |
merge and improve
Diffstat (limited to 'common/rawaccel-validate.hpp')
| -rw-r--r-- | common/rawaccel-validate.hpp | 2 |
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; |