File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ uint32_t us_ticker_read()
59
59
* there are 2 possible cases of wrap around
60
60
* 1) in case this function is interrupted by timer_irq_handler and
61
61
* 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
63
63
* 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
65
65
* update the cntH accordingly. The SlaveCounter variable itself will
66
66
* be updated in the interrupt handler just after ...
67
67
*/
You can’t perform that action at this time.
0 commit comments