moved f4ll_cpp imto its own namespace
moved strutil to the application
This commit is contained in:
parent
3a20a7d846
commit
fb5670a950
21 changed files with 70 additions and 27 deletions
|
@ -12,7 +12,7 @@
|
|||
void HandleLcdDmaIrq()
|
||||
{
|
||||
// DMA2 Stream4
|
||||
Ili9341Fsmc::HandleDmaIrq(&Ili9341Fsmc::Instance());
|
||||
f4ll_cpp::Ili9341Fsmc::HandleDmaIrq(&f4ll_cpp::Ili9341Fsmc::Instance());
|
||||
}
|
||||
|
||||
void HandleConsoleRxDmaIrq()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue