Update gdma_lcd_parallel16.cpp
This commit is contained in:
parent
1c4d64aa15
commit
2f7de5b01c
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
{
|
||||
|
||||
auto freq = (_cfg.bus_freq);
|
||||
auto _div_num = 20; // 8Mhzhz
|
||||
auto _div_num = 20; // 8Mhz
|
||||
if (freq < 20000000L) {
|
||||
_div_num = 10; // 16Mhz
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue