mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
[Horus] MP3 driver now OK. Still the volume to add
This commit is contained in:
parent
708ef3bc98
commit
1786d998f8
21 changed files with 610 additions and 919 deletions
|
@ -330,12 +330,10 @@ int cliDebugVars(const char ** argv)
|
|||
#if defined(PCBHORUS) && !defined(SIMU)
|
||||
extern uint32_t ioMutexReq, ioMutexRel;
|
||||
extern uint32_t sdReadRetries;
|
||||
extern uint32_t audioBufferCount;
|
||||
|
||||
serialPrint("ioMutexReq=%d", ioMutexReq);
|
||||
serialPrint("ioMutexRel=%d", ioMutexRel);
|
||||
serialPrint("sdReadRetries=%d", sdReadRetries);
|
||||
serialPrint("audioBufferCount=%d", audioBufferCount);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue