Permalink
Browse files

Merge pull request #49 from aveao/patch-2

fix build issues
  • Loading branch information...
NekoNoor committed Sep 3, 2018
2 parents 5d1026a + 83b5794 commit 7a0446a448130619ce7b5d0c5a0fd0ccc87716dd
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/hwinit/util.h
View
@@ -34,8 +34,8 @@ u32 get_tmr_us();
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);
uPtr memsearch(void *startPos, size_t searchSize, void *pattern, size_t patternSize);
uPtr getFreeSpace(void *start, size_t space, size_t searchSize);
u32 crc32c(const void *buf, u32 len);
#endif
#endif

0 comments on commit 7a0446a

Please sign in to comment.