Bruce Lee | 1263c3d | 2021-06-04 15:16:33 +0800 | [diff] [blame^] | 1 | #pragma once |
2 | |||||
3 | #include <cstdint> | ||||
4 | |||||
5 | // clang-format off | ||||
6 | constexpr const bool validateUnsecureFeature = @VALIDATION_UNSECURE_FEATURE@; | ||||
7 | |||||
8 | constexpr const bool insecureSensorOverride = @INSECURE_UNRESTRICTED_SENSOR_OVERRIDE@; | ||||
9 | // clang-format on |