mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Removed trailing spaces
This commit is contained in:
parent
882e26201a
commit
7c8cb3205d
51 changed files with 498 additions and 498 deletions
|
@ -657,7 +657,7 @@ static void blackboxCreateLogFile()
|
|||
{
|
||||
uint32_t remainder = blackboxSDCard.largestLogFileNumber + 1;
|
||||
|
||||
char filename[] = LOGFILE_PREFIX "00000." LOGFILE_SUFFIX;
|
||||
char filename[] = LOGFILE_PREFIX "00000." LOGFILE_SUFFIX;
|
||||
|
||||
for (int i = 7; i >= 3; i--) {
|
||||
filename[i] = (remainder % 10) + '0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue