mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Blackbox header and function name tidy
This commit is contained in:
parent
bacc6e6fb1
commit
0118af7eb3
6 changed files with 6 additions and 6 deletions
|
@ -246,7 +246,7 @@ PG_REGISTER(blackboxConfig_t, blackboxConfig, PG_BLACKBOX_CONFIG, 0);
|
|||
int32_t blackboxHeaderBudget;
|
||||
void mspSerialAllocatePorts(void) {}
|
||||
void blackboxWrite(uint8_t value) {serialWrite(blackboxPort, value);}
|
||||
int blackboxPrint(const char *s)
|
||||
int blackboxWriteString(const char *s)
|
||||
{
|
||||
const uint8_t *pos = (uint8_t*)s;
|
||||
while (*pos) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue