trick/test/SIM_threads/RUN_test/sched.py

9 lines
108 B
Python
Raw Normal View History

2015-02-26 15:02:31 +00:00
def main():
trick.real_time_enable()
trick.itimer_enable()
if __name__ == "__main__":
main()