Skip to content

Commit e1aacb3

Browse files
committed
Fix typo in libs/pal/pal.h
1 parent a0d1d30 commit e1aacb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/pal/pal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void am_pal_task_wait(void *task);
5858

5959
uint32_t am_pal_time_get_ms(void);
6060
uint32_t am_pal_time_get_tick(int domain);
61-
uint32_t am_pal_time_get_tick_from_ms(int domain, uint32_t us);
61+
uint32_t am_pal_time_get_tick_from_ms(int domain, uint32_t ms);
6262

6363
#ifdef __cplusplus
6464
}

0 commit comments

Comments
 (0)