Skip to content

Commit 0332182

Browse files
c1728p9Cruz Monrreal II
authored andcommitted
Add header to fix compile failures
Add the header platform/mbed_assert.h to fix build errors with platform/mbed_mpu_mgmt.c.
1 parent 89d239e commit 0332182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mbed_mpu_mgmt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "platform/mbed_mpu_mgmt.h"
1818
#include "platform/mbed_critical.h"
1919
#include "platform/mbed_error.h"
20+
#include "platform/mbed_assert.h"
2021
#include "hal/mpu_api.h"
2122
#include <limits.h>
2223

0 commit comments

Comments
 (0)