Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mruby/mruby
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Mar 31, 2013
2 parents 580f1e9 + 3d9fecd commit cc6e62e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/mruby/dump.h
Expand Up @@ -141,9 +141,8 @@ bin_to_uint8(const uint8_t *bin)
}

/* crc.c */
uint32_t
calc_crc_16_ccitt(const uint8_t *src, uint32_t nbytes, uint16_t crcwk);

uint16_t
calc_crc_16_ccitt(const uint8_t *src, size_t nbytes, uint16_t crc);
#if defined(__cplusplus)
} /* extern "C" { */
#endif
Expand Down

0 comments on commit cc6e62e

Please sign in to comment.