stmhal: Typo fix in comment.

accel-i2c
Paul Sokolovsky 2015-10-24 21:58:05 +03:00
parent 81a1e17238
commit 4a9c60cdfb
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ static int8_t CDC_Itf_Receive(uint8_t* Buf, uint32_t *Len) {
delta_len = *Len;
} else {
// filter out sepcial interrupt character from the buffer
// filter out special interrupt character from the buffer
bool char_found = false;
uint8_t *dest = Buf;
uint8_t *src = Buf;