Skip to content

Commit 49deeae

Browse files
committed
fixup! fixup! fixup! doc/guides: Add timer information to Porting Boards
1 parent 63b3a05 commit 49deeae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/guides/advanced_tutorials/porting_boards.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ structure.
247247
```c
248248
static const timer_conf_t timer_config[] = {
249249
{
250-
...
250+
[...]
251251
.max = 0x0000ffff,
252-
...
252+
[...]
253253
}
254254
};
255255

@@ -258,7 +258,8 @@ static const timer_conf_t timer_config[] = {
258258
259259
:::caution
260260
`ztimer` does not automatically check if the `max` field and the
261-
`TIMER_0_MAX_VALUE` definition match!<br/>
261+
`TIMER_0_MAX_VALUE` definition match!
262+
262263
For example: If you observe "erratic" blinking patterns in
263264
`examples/basic/blinky`, make sure to check if the sizes match.
264265
:::

0 commit comments

Comments
 (0)