This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d1f0c71d2cd5b3bb0645951fddcb234fe65f5073 Author: saramonteiro <saramonteirosouz...@gmail.com> AuthorDate: Wed Oct 14 15:52:27 2020 -0300 Update timer.rst --- Documentation/components/drivers/character/timer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/components/drivers/character/timer.rst b/Documentation/components/drivers/character/timer.rst index 2e3f459..7710def 100644 --- a/Documentation/components/drivers/character/timer.rst +++ b/Documentation/components/drivers/character/timer.rst @@ -95,6 +95,7 @@ These ``ioctl`` commands internally call lower-half layer operations and the par These ``struct timer_ops_s`` keeps pointers to the implementation of each operation. Following is the struct. .. c:struct:: timer_ops_s +.. code-block:: c struct timer_ops_s {