Add include mbed_assert.h.

pull/875/head
Masao Hamanaka 2015-01-29 16:41:08 +09:00
parent 88604ff8fe
commit 4d371d2c9e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#ifndef MBED_GPIO_OBJECT_H
#define MBED_GPIO_OBJECT_H
#include "mbed_assert.h"
#ifdef __cplusplus
extern "C" {
#endif