Skip to content

Commit

Permalink
Cleaning warnings for missing properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
deleterium committed Feb 17, 2024
1 parent bfcab8a commit 3def002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codeGenerator/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default {
declaration: 'long',
isDeclared: true,
isSet: true,
toBeRegister: false,
hexContent: param
}
},
Expand All @@ -62,6 +63,7 @@ export default {
size: 0,
declaration: 'void',
isSet: true,
toBeRegister: true,
isDeclared: true
}
},
Expand Down

0 comments on commit 3def002

Please sign in to comment.