Skip to content
Commit b0ea0c8e authored by Kumar Gala's avatar Kumar Gala Committed by Anas Nashif
Browse files

debug: coredump: Fix build issue with armclang



Building tests/drivers/coredump/coredump_api with armclang gets:

include/zephyr/debug/coredump.h:98:2: error: unknown type name 'uint8_t'
        uint8_t *buffer;
        ^

Fix simply be including <stdint.h> to get uint8_t typedef.

Signed-off-by: default avatarKumar Gala <kumar.gala@intel.com>
parent 6c47b9a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment