mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
stm32l4 oneshot: style fix
This commit is contained in:
committed by
Abdelatif Guettouche
parent
10a9464bcf
commit
1115f0104b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user