mbed assert - guard macro correction

pull/316/head
0xc0170 2014-05-28 16:41:29 +02:00
parent 324407b59a
commit e70c8daf85
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef ASSERT_H
#define ASSERT_H
#ifndef MBED_ASSERT_H
#define MBED_ASSERT_H
#ifdef __cplusplus
extern "C" {