Replace uint8_t with a pb_byte_t typedef.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 27 Jan 2016 16:53:26 +0000 (18:53 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 27 Jan 2016 16:53:26 +0000 (18:53 +0200)
commitfa45589d5736d2ce7f37ddd03daad2c638e38848
tree0cf927425dee4d64a1d0f77c138853e49a2ed4fd
parentabdb59410091e295e99dac4b9d581d77273f9d71
Replace uint8_t with a pb_byte_t typedef.

This supports platforms where uint8_t does not exist.
If you are using a custom pb_syshdr.h, this may require adding
definitions for uint_least8_t etc.
extra/pb_syshdr.h
pb.h
pb_decode.c
pb_decode.h
pb_encode.c
pb_encode.h