Fix debug_data
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
287be74921
commit
e1914556ec
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ extern int register_app(app_t * (*)());
|
|||
printf("Data %s (%d bytes):\r\n", #_p, _s); \
|
||||
for (int _i = 0; _i < _s; _i++) \
|
||||
{ \
|
||||
printf("%02X", _p[_i]); \
|
||||
printf("%02X", (_p)[_i]); \
|
||||
} \
|
||||
printf("\n"); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue