ASF: fix a warning
An negative integer would make no sense here. I guess we could use an unsigned char here, since it can only be between 0 and 127, as far as I understand
Showing
Please register or sign in to comment
An negative integer would make no sense here. I guess we could use an unsigned char here, since it can only be between 0 and 127, as far as I understand