Skip to content

Commit aeb21a4

Browse files
committed
Fix comment bug in libs/event/event.h
1 parent 1c59d34 commit aeb21a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/event/event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* The event IDs smaller than this value are reserved
5454
* and should not be used for user events.
5555
*/
56-
#define AM_EVT_USER (AM_EVT_INTERNAL_MAX + 1) /* 7 */
56+
#define AM_EVT_USER (AM_EVT_INTERNAL_MAX + 1) /* 4 */
5757

5858
#ifndef AM_EVENT_POOLS_NUM_MAX
5959
/**

0 commit comments

Comments
 (0)