1234567891011121314151617181920 |
- ashctl = Program("ashctl", "ashctl.c")
- binlog = Program("binlog", "binlog.c")
- binreplay = Program("binreplay", "binreplay.c", parse_flags=['-lutil'])
- clock_test = Program("clock_test", "clock_test.c", parse_flags=['-lm'])
- lla2ecef = Program("lla2ecef", "lla2ecef.c", parse_flags=['-lm'])
- motosend = Program("motosend", "motosend.c")
- Default(ashctl, binlog, binreplay, clock_test, lla2ecef, motosend)
|