Skip to content

Commit

Permalink
Merge branch 'main' into issue-201-built-in-types
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Dec 13, 2022
2 parents 992176a + c046344 commit a6172a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fpp-check
[ local path prefix ]/compiler/tools/fpp-check/test/command/duplicate_name_param_get.fpp: 5.3
async command P_PARAM_GET
[ local path prefix ]/compiler/tools/fpp-check/test/command/duplicate_name_param_save.fpp: 5.3
async command P_PARAM_SAVE
^
error: duplicate command name P_PARAM_GET
error: duplicate command name P_PARAM_SAVE
previous occurrence is here:
[ local path prefix ]/compiler/tools/fpp-check/test/command/duplicate_name_param_get.fpp: 3.3
[ local path prefix ]/compiler/tools/fpp-check/test/command/duplicate_name_param_save.fpp: 3.3
param P: U32
^

0 comments on commit a6172a4

Please sign in to comment.