Skip to content

Commit ccfba6b

Browse files
committed
feat: update for NAVFoundation v3+
1 parent 4c21e6f commit ccfba6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": [
1515
{
16-
"version": "^2.0.0",
16+
"version": "^3.2.2",
1717
"url": "github.com/Norgate-AV/NAVFoundation.Amx"
1818
}
1919
]

src/mPanasonicDisplay.axs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MODULE_NAME='mPanasonicDisplay' (
44
)
55

66
(***********************************************************)
7-
#include 'NAVFoundation.ModuleBase.axi'
7+
#include 'NAVFoundation.SnapiHelpers.axi'
88
#include 'NAVFoundation.Math.axi'
99
#include 'NAVFoundation.SocketUtils.axi'
1010
#include 'NAVFoundation.ArrayUtils.axi'
@@ -155,6 +155,7 @@ DEFINE_TYPE
155155
(***********************************************************)
156156
DEFINE_VARIABLE
157157

158+
// volatile _NAVModule module
158159
volatile _NAVDisplay uDisplay
159160

160161
volatile integer iLoop

0 commit comments

Comments
 (0)