diff --git a/prosjekt.X/command-handler.h b/prosjekt.X/command-handler.h index 696ee2b..e09afda 100644 --- a/prosjekt.X/command-handler.h +++ b/prosjekt.X/command-handler.h @@ -63,7 +63,8 @@ typedef struct { void parse_command(uint8_t *command, uint8_t command_len); // Routes the provided command to the appropriate function to handle it -// If the command is a read command it then returns the current byte +// If the command is a read command it then returns the current byte. +// The position is the byte to read when multiple bytes are being read. uint8_t route_command(int pos); #ifdef __cplusplus