Add header to fix compile failures

Add the header platform/mbed_assert.h to fix build errors with
platform/mbed_mpu_mgmt.c.
pull/9064/head
Russ Butler 2018-12-10 12:54:17 -06:00 committed by Cruz Monrreal II
parent 89d239e8e4
commit 033218219c
1 changed files with 1 additions and 0 deletions

View File

@ -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 <limits.h>