Fix typo in comment

This commit is contained in:
erjiang 2019-11-20 11:23:03 -08:00 committed by GitHub
parent 3b7dd8f514
commit e4a5b18733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ int main(void)
); );
// //
// If the data transfer succeeded, then we pass along the data we // If the data transfer succeeded, then we pass along the data we
// received tot **print_scale_data**. // received to **print_scale_data**.
// //
if(r == 0) { if(r == 0) {
#ifdef DEBUG #ifdef DEBUG