mirror of
https://github.com/nasa/trick.git
synced 2025-01-25 05:46:58 +00:00
13 lines
171 B
Python
13 lines
171 B
Python
|
|
# $Id: sched.py 1703 2011-06-17 20:52:09Z wwoodard $
|
|
|
|
# empty
|
|
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.itimer_enable()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|