mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
[Horus] Compilation fix
This commit is contained in:
parent
c4d7feaa9b
commit
86f1363d0a
1 changed files with 2 additions and 1 deletions
|
@ -320,13 +320,14 @@ int cliDisplay(const char ** argv)
|
|||
|
||||
int cliDebugVars(const char ** argv)
|
||||
{
|
||||
#if defined(PCBHORUS)
|
||||
extern unsigned int ioMutexReq, ioMutexRel;
|
||||
extern unsigned int sdReadRetries;
|
||||
|
||||
serialPrint("ioMutexReq=%d", ioMutexReq);
|
||||
serialPrint("ioMutexRel=%d", ioMutexRel);
|
||||
serialPrint("sdReadRetries=%d", sdReadRetries);
|
||||
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue