Skip to content

Commit

Permalink
default implementation in property is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
abroooo committed Feb 6, 2025
1 parent 2da769a commit 3f2a0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lazy_static! {
E114, Error, include_str!("./error_codes/E114.md"), // Property in unsupported POU type
E115, Error, include_str!("./error_codes/E115.md"), // Property defined in non-supported variable block
E116, Error, include_str!("./error_codes/E116.md"), // Property with invalid number of GET and/or SET blocks
E117, Warning, include_str!("./error_codes/E117.md"), // Interface default Property implementation
E117, Error, include_str!("./error_codes/E117.md"), // Interface default Property implementation
);
}

Expand Down

0 comments on commit 3f2a0cb

Please sign in to comment.