Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic authored Oct 16, 2024
1 parent eedfdd7 commit a01b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/project-editor/lvgl/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ extern const ext_img_desc_t images[${this.bitmaps.length || 1}];
build.line("");
build.line(`enum {`);
build.indent();
for (let i = 0; i < this.pages.length; i++) {
for (let i = 0; i < action.userProperties.length; i++) {
build.line(
`ACTION_${getName(
"",
Expand Down

0 comments on commit a01b745

Please sign in to comment.