Skip to content

Commit fbfbb5e

Browse files
committed
STM32 16 bits ticker: fix grammar issues in comments
1 parent 572a096 commit fbfbb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_STM/us_ticker_16b.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ uint32_t us_ticker_read()
5959
* there are 2 possible cases of wrap around
6060
* 1) in case this function is interrupted by timer_irq_handler and
6161
* the SlaveCounter is updated. In that case we will loop again.
62-
* 2) in case this function is called from context interrupt during
62+
* 2) in case this function is called from interrupt context during
6363
* wrap-around condtion. That would prevent/delay the timer_irq_handler
64-
* to be called so we need to locally check the FLAG_UPDATE and
64+
* from being called so we need to locally check the FLAG_UPDATE and
6565
* update the cntH accordingly. The SlaveCounter variable itself will
6666
* be updated in the interrupt handler just after ...
6767
*/

0 commit comments

Comments
 (0)