remove whitespaces and tabs

This commit is contained in:
dehanj 2023-11-14 09:33:02 +01:00 committed by Michael Cardell Widerkrantz
parent 2014923966
commit 7019cd9048
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
3 changed files with 20 additions and 20 deletions

View File

@ -645,15 +645,15 @@ main()
UpPoint2_Busy = 1; UpPoint2_Busy = 1;
// Should according to the USB-spec check if // Should according to the USB-spec check if
// length == 64, if so we should send a // length == 64, if so we should send a
// zero-length USB packet. This is very // zero-length USB packet. This is very
// unlikley to happen. // unlikley to happen.
} }
} }
} }
// Should have a timeout if the transfer for some reason // Should have a timeout if the transfer for some reason
// fails to reset UpPoint2_Busy. But does not seem to // fails to reset UpPoint2_Busy. But does not seem to
// happen. // happen.
} }
} }
} }