Fix x86-32 compile warning and update document (#1164)

This commit is contained in:
Wenyong Huang
2022-05-10 15:22:20 +08:00
committed by GitHub
parent ceaf7dc660
commit 3d1dad7792
2 changed files with 5 additions and 3 deletions

View File

@ -107,7 +107,7 @@ Below is the reference implementation of the pub application. It utilizes a time
``` C
/* Timer callback */
void timer_update(user_timer_t timer
void timer_update(user_timer_t timer)
{
attr_container_t *event;