Skip to content

Commit 4cfd564

Browse files
committed
rtos: fix systick inclusion
Fixes #654
1 parent 25cbc71 commit 4cfd564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/rtos_none/SysTick_Handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* limitations under the License.
2020
*/
2121

22-
#include "Systick_Handler.h"
22+
#include "SysTick_Handler.h"
2323

2424
#if defined (INTERFACE_K20D5)
2525
#include "MK20D5.h"

source/rtos_none/cmsis_os2_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* limitations under the License.
2020
*/
2121
#include "cmsis_os2.h"
22-
#include "Systick_Handler.h"
22+
#include "SysTick_Handler.h"
2323

2424
osStatus_t osKernelInitialize(void)
2525
{

0 commit comments

Comments
 (0)