mirror of https://github.com/ARMmbed/mbed-os.git
CpuUid: fixed missing include for MBED_ASSERT()
parent
229601571d
commit
c3fce7b959
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "hal/cpu_uid_api.h"
|
||||
#include "platform/mbed_assert.h"
|
||||
#include "drivers/CpuUid.h"
|
||||
|
||||
#if DEVICE_CPUUID
|
||||
|
|
Loading…
Reference in New Issue