Skip to content

Commit 9f2a699

Browse files
author
Janne Kiiskilä
committed
Fix MBED_ VERSION
Remove the extraneous #define at the end of it.
1 parent a4056fb commit 9f2a699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
35-
#define MBED_VERSION MBED_ENCODE_VERSION(MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION) #define MBED_H
35+
#define MBED_VERSION MBED_ENCODE_VERSION(MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION)
3636

3737
#if MBED_CONF_RTOS_PRESENT
3838
#include "rtos/rtos.h"

0 commit comments

Comments
 (0)