proteus to have enlarged Lua

This commit is contained in:
rusefillc 2021-11-30 21:37:17 -05:00
parent 6de2e59fb1
commit 79e43384a5
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@ TEST(misc, structSize) {
ASSERT_EQ(1, sizeof(pin_output_mode_e)) << "small enum size";
ASSERT_EQ(1, sizeof(brain_pin_e)) << "small enum size";
ASSERT_EQ(16, sizeof(air_pressure_sensor_config_s));
/* no longer the case at least for Proteus
ASSERT_EQ(20000, sizeof(persistent_config_s));
*/
}
TEST(misc, testIgnitionPlanning) {