Console handler in C++
This commit is contained in:
parent
f0c2ad69c9
commit
2d6567b1b2
5 changed files with 131 additions and 41 deletions
|
@ -36,6 +36,7 @@ extern "C" {
|
|||
|
||||
#include "globals_cpp.h"
|
||||
#include "ll_memcpydma.h"
|
||||
#include "ll_consolehandler.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
@ -265,7 +266,7 @@ void DMA1_Stream3_IRQHandler(void)
|
|||
void DMA1_Stream4_IRQHandler(void)
|
||||
{
|
||||
/* USER CODE BEGIN DMA1_Stream4_IRQn 0 */
|
||||
HandleConsoleUsartTxDmaIrq(&g_ConsoleTxDmaInfo, UART4);
|
||||
f4ll::LL_ConsoleHandler::HandleTxDmaIrq(&f4ll::LL_ConsoleHandler::Instance());
|
||||
/* USER CODE END DMA1_Stream4_IRQn 0 */
|
||||
|
||||
/* USER CODE BEGIN DMA1_Stream4_IRQn 1 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue