mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
[Horus] Just one DMA trace added to the CLI to start with something...
This commit is contained in:
parent
a9f518c3a0
commit
348526b5ba
1 changed files with 4 additions and 0 deletions
|
@ -613,6 +613,10 @@ int cliDisplay(const char ** argv)
|
|||
serialPrint(" CCR4 0x%x", tim->CCR4);
|
||||
}
|
||||
}
|
||||
else if (!strcmp(argv[1], "dma")) {
|
||||
serialPrint("DMA1_Stream7");
|
||||
serialPrint(" CR 0x%x", DMA1_Stream7->CR);
|
||||
}
|
||||
#if defined(DEBUG_INTERRUPTS)
|
||||
else if (!strcmp(argv[1], "int")) {
|
||||
printInterrupts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue