From 033218219cfec5971b0f5b1c27eaab52086b804a Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Mon, 10 Dec 2018 12:54:17 -0600 Subject: [PATCH] Add header to fix compile failures Add the header platform/mbed_assert.h to fix build errors with platform/mbed_mpu_mgmt.c. --- platform/mbed_mpu_mgmt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/mbed_mpu_mgmt.c b/platform/mbed_mpu_mgmt.c index 777a5d944b..7a067a4281 100644 --- a/platform/mbed_mpu_mgmt.c +++ b/platform/mbed_mpu_mgmt.c @@ -17,6 +17,7 @@ #include "platform/mbed_mpu_mgmt.h" #include "platform/mbed_critical.h" #include "platform/mbed_error.h" +#include "platform/mbed_assert.h" #include "hal/mpu_api.h" #include