Make code deploy more cleanly
This makes it so that the code will actually start on boot and puts the
log_fbs_shmem binary into the robot_code folder.
Change-Id: I46900154e73c03514648cb23a8befe2cf478d967
diff --git a/aos/log_fbs_shmem.cc b/aos/log_fbs_shmem.cc
index c2ed056..e7d9d7c 100644
--- a/aos/log_fbs_shmem.cc
+++ b/aos/log_fbs_shmem.cc
@@ -25,6 +25,7 @@
const aos::Configuration *config_msg = &config.message();
::aos::ShmEventLoop event_loop(config_msg);
+ event_loop.SkipTimingReport();
if (argc == 1) {
std::cout << "Channels:\n";