📓 Update documentation

This commit is contained in:
C-3PO 2018-09-14 02:31:35 +02:00
parent 5aa0091fd6
commit 498b20deda
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
3 changed files with 12 additions and 4 deletions

View file

@ -34,7 +34,7 @@ void initFileReader(char path[], unsigned long offset) {
//Reads the given amount of bytes from the file and writes them into the given buffer. Automatically opens next file if EOF is reached.
void getBytes(uint8_t* buffer, unsigned long numBytes) {
char* bufferPosition = buffer;
uint8_t* bufferPosition = buffer;
unsigned long remainingBytes = numBytes;
//As long as we still need to read bytes