Skip to content

Commit c302ebf

Browse files
committed
reqmgmt: Fix Timer expiry context requirement
Rework expiry context requirement Fixes #65 Signed-off-by: Stephane Parenti [email protected]
1 parent ded56a1 commit c302ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software_requirements/timers.sdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ TYPE: Functional
201201
COMPONENT: Timers
202202
TITLE: Timer expire functions in interrupt context
203203
STATEMENT: >>>
204-
When the timer expiry function is defined, it shall be called in the interrupt context.
204+
When a timer expiry function is called, the Zephyr RTOS shall do so in the interrupt context.
205205
<<<
206206
RELATIONS:
207207
- TYPE: Parent

0 commit comments

Comments
 (0)