1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Changed tabs to spaces in io/

This commit is contained in:
Martin Budden 2016-07-09 13:29:01 +01:00
parent 93069233c9
commit 3a0f8388ee
12 changed files with 94 additions and 94 deletions

View file

@ -293,7 +293,7 @@ static uint32_t read32(void)
static void headSerialResponse(uint8_t err, uint8_t responseBodySize)
{
serialBeginWrite(mspSerialPort);
serialize8('$');
serialize8('M');
serialize8(err ? '!' : '>');