commit | 086d726ef20b1b935477f01f50231d49c799f6c1 | [log] [tgz] |
---|---|---|
author | milind-u <milind.upadhyay@gmail.com> | Wed Jan 19 20:44:18 2022 -0800 |
committer | milind-u <milind.upadhyay@gmail.com> | Thu Jan 20 09:54:27 2022 -0800 |
tree | 22a8ce247a8452744bb81741072b48b8e95c62f4 | |
parent | cdc197ef00c164d6c72ebba9e506bc729282d991 [diff] [blame] |
Create y2022 directory Signed-off-by: milind-u <milind.upadhyay@gmail.com> Change-Id: I3a57026587204e084276c7e338c397467f776a70
diff --git a/y2022/control_loops/superstructure/superstructure_output.fbs b/y2022/control_loops/superstructure/superstructure_output.fbs new file mode 100644 index 0000000..e95fbe3 --- /dev/null +++ b/y2022/control_loops/superstructure/superstructure_output.fbs
@@ -0,0 +1,7 @@ +namespace y2022.control_loops.superstructure; + +table Output { + +} + +root_type Output;