commit | a6081eeedf974032cb626449f8de5ac997e09558 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Wed Apr 06 10:25:33 2022 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 10 10:44:04 2022 +0200 |
tree | 487d1a2c899e0f192227952aa2cb3f69f24b02fb | |
parent | a9087936ace405dd4f1f7373a04909066727739b [diff] |
wifi: esp_at: fix pointer logging Use the proper `%p` printf specifier when printing memory addresses, instead of casting to an integer, which may not be the same size as a pointer. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>