blob: 0ef7c0469171c7b809c616a8b740823f67c0b293 [file] [log] [blame]
Austin Schuhed5b26d2019-12-05 20:51:59 -08001namespace y2019;
2
3table CameraLog {
4 log:bool;
5}
6
7root_type CameraLog;