Update gdma_lcd_parallel16.cpp

This commit is contained in:
mrcodetastic 2024-07-22 00:31:36 +01:00 committed by GitHub
parent 1c4d64aa15
commit 2f7de5b01c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {