commit | 58d839bc3c298286367573d7a7b1bbb7542e7940 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue May 21 11:32:21 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 03 21:14:57 2019 -0400 |
tree | 188ca31d9979726475865d133637508bb173e589 | |
parent | c2d38ec2b94fe645a29cddf57806a68f9b22589c [diff] |
misc: memory address type conversions The uintptr_t type is more appropriate to represent memory addresses than u32_t. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>