mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Fixes #1791: Port Lua Bin Allocator to next:
* Bin Allocator * Lua memory allocaton fixes * Simulator memory leak fixes
This commit is contained in:
parent
56a4cf5d26
commit
c89381bae5
19 changed files with 294 additions and 13 deletions
|
@ -137,6 +137,13 @@ static void dispw_256( register uint32_t address, register uint32_t lines )
|
|||
}
|
||||
}
|
||||
|
||||
extern Fifo<512> uart3TxFifo;
|
||||
|
||||
void debugFlush()
|
||||
{
|
||||
uart3TxFifo.flush();
|
||||
}
|
||||
|
||||
void debugTask(void* pdata)
|
||||
{
|
||||
uint8_t rxchar ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue