mirror of https://github.com/ARMmbed/mbed-os.git
fix compile error
Including unused header file, "cmsis-os.h", causes compile errors. This commit fixes it. Signed-off-by: Heuisam Kwag <heuisam@samsung.com>pull/13853/head
parent
cdc2d45e05
commit
f661c2389c
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "cmsis_os.h"
|
|
||||||
#include "cmsis.h"
|
#include "cmsis.h"
|
||||||
#include "watchdog_api.h"
|
#include "watchdog_api.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue