Permalink
Browse files

correct error (msleep() instead of musleep())

  • Loading branch information...
SegFault42 committed Jul 24, 2018
1 parent 62b9bf2 commit c1847fcd96e2ae5fce3c3c7666c6208d2c511527
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 c1847fc

Please sign in to comment.