Set radix (16) for gdb

This commit is contained in:
Attila Body 2025-07-03 20:41:25 +02:00
parent c35b33b613
commit 01fe163cf2
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
4 changed files with 11 additions and 4 deletions

View file

@ -7,7 +7,7 @@
extern "C" {
#endif
void lib1_function();
void lib1_function(unsigned int i);
#if defined(__cplusplus)
}