Skip to content

Commit f661c23

Browse files
committed
fix compile error
Including unused header file, "cmsis-os.h", causes compile errors. This commit fixes it. Signed-off-by: Heuisam Kwag <[email protected]>
1 parent cdc2d45 commit f661c23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/watchdog_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
#include <string.h>
2727
#include <stdio.h>
28-
#include "cmsis_os.h"
2928
#include "cmsis.h"
3029
#include "watchdog_api.h"
3130

0 commit comments

Comments
 (0)