Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajszym committed Jul 14, 2017
1 parent c469869 commit 22df574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions StateOS/kernel/osbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
******************************************************************************
Expand Down Expand Up @@ -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
};
Expand Down

0 comments on commit 22df574

Please sign in to comment.