Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/os/inc/common_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* \file
*
* Purpose:
* Unit specification for common types.
* Unit specification for common types.
*
* Design Notes:
* Assumes make file has defined processor family
Expand Down
2 changes: 1 addition & 1 deletion src/os/inc/osapi-timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ typedef struct
* is the underlying tick value rounded to the nearest
* microsecond integer.
* @param[in] callback_ptr The function pointer of the timer callback or ISR that
* will be called by the timer. The user’s function is
* will be called by the timer. The user’s function is
* declared as follows: <tt> void timer_callback(uint32 timer_id) </tt>
* Where the timer_id is passed in to the function by the OSAL
*
Expand Down