mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 02:13:19 +00:00
stm32l4 oneshot: style fix
This commit is contained in:
parent
10a9464bcf
commit
1115f0104b
1 changed files with 2 additions and 1 deletions
|
|
@ -277,7 +277,8 @@ int stm32l4_oneshot_start(FAR struct stm32l4_oneshot_s *oneshot,
|
|||
irqstate_t flags;
|
||||
|
||||
tmrinfo("handler=%p arg=%p, ts=(%lu, %lu)\n",
|
||||
handler, arg, (unsigned long)ts->tv_sec, (unsigned long)ts->tv_nsec);
|
||||
handler, arg, (unsigned long)ts->tv_sec,
|
||||
(unsigned long)ts->tv_nsec);
|
||||
DEBUGASSERT(oneshot && handler && ts);
|
||||
DEBUGASSERT(oneshot->tch);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue