diff --git a/StateOS/kernel/osbase.h b/StateOS/kernel/osbase.h index 104b2191..9098cf69 100644 --- a/StateOS/kernel/osbase.h +++ b/StateOS/kernel/osbase.h @@ -2,7 +2,7 @@ @file StateOS: osbase.h @author Rajmund Szymanski - @date 12.07.2017 + @date 14.07.2017 @brief This file contains basic definitions for StateOS. ****************************************************************************** @@ -89,9 +89,9 @@ struct __sys tsk_t * cur; // pointer to the current task control block #if OS_TIMER == 0 volatile - uint32_t cnt; // system timer counter + uint32_t cnt; // system timer counter #if OS_ROBIN - uint32_t dly; // task switch counter + uint32_t dly; // task switch counter #endif #endif };