Skip to content

Commit

Permalink
fix: added missing refs for debug tools
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Nov 7, 2024
1 parent f560302 commit 4a187a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ doc/latex

tests/snapshots-tmp
tests/bitcoin

.DS_Store
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
"editor.formatOnSave": true,
"ledgerDevTools.appSettings": {
"selectedUseCase": "release"
}
"selectedUseCase": "release",
"selectedDevice": "Nano S Plus",
"selectedVariant": "acre_testnet"
},
"makefile.configureOnOpen": false
}
1 change: 1 addition & 0 deletions src/debug-helpers/debug.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "printf.h"
#include "debug.h"

#pragma GCC diagnostic ignored "-Wunused-function"

Expand Down
1 change: 1 addition & 0 deletions src/swap/handle_get_printable_amount.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <string.h>
#include <stdint.h>
#include "debug-helpers/debug.h"

#include "handle_get_printable_amount.h"

Expand Down

0 comments on commit 4a187a7

Please sign in to comment.