mirror of
https://github.com/nasa/trick.git
synced 2025-02-04 02:01:23 +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()
|
||
|
|