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:
parent
93069233c9
commit
3a0f8388ee
12 changed files with 94 additions and 94 deletions
|
@ -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 ? '!' : '>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue