Skip to content

Commit

Permalink
Update mouse_upper.c
Browse files Browse the repository at this point in the history
  • Loading branch information
HongChao6 authored Jan 3, 2025
1 parent 2f47aa0 commit 747cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse_upper.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct mouse_openpriv_s
struct circbuf_s circbuf; /* Store mouse point data in circle buffer */
struct list_node node; /* Opened file buffer linked list node */
FAR struct pollfd *fds; /* Polling structure of waiting thread */
sem_t waitsem; /* Used to wait for the availability of data */
sem_t waitsem; /* Used to wait for the availability of data */
mutex_t lock; /* Manages exclusive access to this structure */
};

Expand Down

0 comments on commit 747cfa3

Please sign in to comment.