Skip to content

Commit

Permalink
fix app template
Browse files Browse the repository at this point in the history
  • Loading branch information
frostmorn committed Mar 30, 2024
1 parent c634332 commit 4f7f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/keira/src/templates/app/$NAME.lc$.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

$NAME$App::$NAME$App() : App("$NAME$") {
}
$NAME$App::run() {
void $NAME$App::run() {
}

0 comments on commit 4f7f34d

Please sign in to comment.