mirror of https://github.com/ARMmbed/mbed-os.git
mbed assert - guard macro correction
parent
324407b59a
commit
e70c8daf85
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef ASSERT_H
|
||||
#define ASSERT_H
|
||||
#ifndef MBED_ASSERT_H
|
||||
#define MBED_ASSERT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue