Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Oct 16, 2024
1 parent ebd5ece commit 22fa573
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/guidelines_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ on:
jobs:
guidelines_enforcer:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@cev/fix_scan-build

guidelines_enforcer-old:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@cev/v1
1 change: 1 addition & 0 deletions src/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const internal_storage_t N_storage_real;
* Handle APDU command received and send back APDU response using handlers.
*/
void app_main() {
uint8_t psm;

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable psm is not used.
// Length of APDU command received in G_io_apdu_buffer
int input_len = 0;
// Structured APDU command
Expand Down

0 comments on commit 22fa573

Please sign in to comment.