Permalink
Browse files
correct error (msleep() instead of musleep())
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/hwinit/util.h
|
|
@@ -28,7 +28,7 @@ typedef struct _cfg_op_t |
|
|
u32 get_tmr_s();
|
|
|
u32 get_tmr_ms();
|
|
|
u32 get_tmr_us();
|
|
|
void msleep(u32 milliseconds);
|
|
|
void musleep(u32 milliseconds);
|
|
|
void usleep(u32 microseconds);
|
|
|
void exec_cfg(u32 *base, const cfg_op_t *ops, u32 num_ops);
|
|
|
uPtr memsearch(const u8 *startPos, u32 searchSize, const void *pattern, u32 patternSize);
|
|
|
|
0 comments on commit
c1847fc