File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : [
1515 {
16- "version" : " ^2.1.0 " ,
16+ "version" : " ^3.2.2 " ,
1717 "url" : " github.com/Norgate-AV/NAVFoundation.Amx"
1818 }
1919 ]
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ DEFINE_TYPE
7575(* **********************************************************)
7676DEFINE_VARIABLE
7777
78+ volatile _NAVModule module
79+
7880(* **********************************************************)
7981(* LATCHING DEFINITIONS GO BELOW *)
8082(* **********************************************************)
@@ -217,6 +219,7 @@ define_function UpdateFeedback() {
217219(* STARTUP CODE GOES BELOW *)
218220(* **********************************************************)
219221DEFINE_START {
222+ NAVModuleInit (module )
220223 create_buffer dvPort , module .RxBuffer.Data
221224 module .Device.SocketConnection.Socket = dvPort.PORT
222225}
You can’t perform that action at this time.
0 commit comments