commit | df6cbb144de371a4f77f02112451c0244bddcca5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 02 13:46:52 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 12 14:55:18 2019 -0700 |
tree | 4a9338092440cf98d1e9b9dfa6cf993fdc15210a | |
parent | 9ae162b2ff2835b7286b42d7b9d7a522dc8b2a92 [diff] [blame] |
Remove the final users of robot_state and joystick_state This means we can remove them from the .q file. Change-Id: Iefded3cf4537b2635341f3248c5f50af1534a241
diff --git a/aos/events/event-loop.h b/aos/events/event-loop.h index 90eb721..c827c46 100644 --- a/aos/events/event-loop.h +++ b/aos/events/event-loop.h
@@ -34,6 +34,8 @@ template <typename T> class Sender { public: + typedef T Type; + Sender() {} // Represents a single message about to be sent to the queue.