mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
[Horus] Use of SD buffers in RAM instead of CCM for loading bitmaps (they may only be loaded from the main thread now)
This commit is contained in:
parent
b5f6618238
commit
3e1d87d5b3
3 changed files with 31 additions and 34 deletions
|
@ -455,7 +455,7 @@ int cliDisplay(const char ** argv)
|
|||
|
||||
int cliDebugVars(const char ** argv)
|
||||
{
|
||||
#if defined(PCBHORUS) && !defined(SIMU)
|
||||
#if defined(PCBHORUS)
|
||||
extern uint32_t ioMutexReq, ioMutexRel;
|
||||
extern uint32_t sdReadRetries;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue