commit | 152c7cfbb909073bd58abfb66ab390baa0a02684 | [log] [tgz] |
---|---|---|
author | Campbell Crowley <mail@campbellcrowley.com> | Sun Feb 14 21:20:50 2016 -0800 |
committer | Campbell Crowley <mail@campbellcrowley.com> | Wed Feb 17 16:47:02 2016 -0800 |
tree | 070ce38304bcdd939f2e9251978037a0c7092f17 | |
parent | af7adc4465001c491e9595447d227e9cab6d115f [diff] [blame] |
Tests for disabling while zeroing Change-Id: I43c7d99c5783b818d2309df0a221e9afe1dc5e03
diff --git a/aos/common/controls/control_loop_test.h b/aos/common/controls/control_loop_test.h index 30115b8..4ab4774 100644 --- a/aos/common/controls/control_loop_test.h +++ b/aos/common/controls/control_loop_test.h
@@ -53,6 +53,8 @@ ::aos::time::Time current_time_ = ::aos::time::Time::InSeconds(0); ::aos::testing::TestSharedMemory my_shm_; + + bool last_enabled_ = false; }; } // namespace testing