Skip to content
Commit ab9f8c13 authored by George Beckstein's avatar George Beckstein Committed by David Brown
Browse files

Fix unknown type name "size_t" error



This commit adds an include clause to "boot_record.h" to include the stddef.h header that contains the declaration of the "size_t" type.

Attempting to include "boot_record.h" in a build for Mbed-OS would throw an error complaining "size_t" was unknown, adding a note to inculde "stddef.h"

Signed-off-by: default avatarGeorge Beckstein <george.beckstein@gmail.com>
parent 9647c465
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment