Fixed basic analog-value object intrinsic reporting and write property (#640)

* Fixed basic analog-value object intrinsic reporting for ack notification.
* Fixed basic analog-value object write property of present-value to priority 6.
This commit is contained in:
Steve Karg
2024-05-14 11:28:28 -05:00
committed by GitHub
parent ec98da5989
commit c21c99fef3
3 changed files with 289 additions and 223 deletions
+1
View File
@@ -8,6 +8,7 @@ AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlignEscapedNewlines: Left
AlignArrayOfStructures: None
PointerAlignment: Right
BreakBeforeBraces: Linux
BreakBeforeBinaryOperators: None