-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing semi-columns to TRY/CATCH macros
- Loading branch information
Edouard Merle
committed
Apr 13, 2022
1 parent
3aadbdd
commit 7562eb5
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,5 +95,5 @@ void handle_apdu(volatile unsigned int *flags, volatile unsigned int *tx) { | |
FINALLY { | ||
} | ||
} | ||
END_TRY | ||
END_TRY; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters