mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 19:36:45 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
9 lines
108 B
Python
9 lines
108 B
Python
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.itimer_enable()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|