Make the comments match reality.
This commit is contained in:
parent
ff8418c286
commit
565e8aafba
1 changed files with 3 additions and 5 deletions
|
@ -605,11 +605,9 @@ do_xpdr_inputs = func {
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# This is the main function. I don't know the best way to trigger it
|
# This is the main function. This is called explicitely from the ATC interface
|
||||||
# each frame so I register it to run in the very near future, and at
|
# C++ code in the src/Networks/ directory. This lets us run the code exactly
|
||||||
# the end of running, I register it again. Setting the time to 0
|
# when we want, rather than depending on the nasal system to run it whenever.
|
||||||
# seems to cause it to execute immediately which produces an infinite
|
|
||||||
# loop. :-(
|
|
||||||
#
|
#
|
||||||
do_hardware = func {
|
do_hardware = func {
|
||||||
# only execute if atcflightsim hardware is present and configured
|
# only execute if atcflightsim hardware is present and configured
|
||||||
|
|
Loading…
Reference in a new issue