Permalink
Browse files

Merge pull request #15 from SegFault42/master

correct error (msleep() instead of musleep())
  • Loading branch information...
Reisyukaku committed Jul 24, 2018
2 parents 62b9bf2 + c1847fc commit 6e90d61197fad1e415485a46193e3f4265deb151
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/hwinit/util.h
View
@@ -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 6e90d61

Please sign in to comment.