SIGN IN SIGN UP

Changing return type of 'requestFrom' from uint8_t to size_t allows the function to return the correct amount of bytes read (since internally it's already a size_t which is downcast to a uint8_t upon returning it. (#132)

A
Alexander Entinger committed
4f194387a356624e8c5f4140016a69f80dc75920
Parent: 4bd75df
Committed by GitHub <noreply@github.com> on 12/10/2020, 9:18:20 AM