Skip to content

Commit c3fce7b

Browse files
committed
CpuUid: fixed missing include for MBED_ASSERT()
1 parent 2296015 commit c3fce7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/CpuUid.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#include "hal/cpu_uid_api.h"
18+
#include "platform/mbed_assert.h"
1819
#include "drivers/CpuUid.h"
1920

2021
#if DEVICE_CPUUID

0 commit comments

Comments
 (0)