Rename the function.

This commit is contained in:
sorgelig
2018-10-19 19:26:34 +08:00
parent b592d08416
commit 9ab2b3aa6f

View File

@@ -2586,7 +2586,7 @@ static void setPLL(double Fout)
vitems[20] = k;
}
static void setScaler()
static void setScalerCoeff()
{
fileTYPE f = { 0 };
static char filename[1024];
@@ -2642,7 +2642,7 @@ static void setScaler()
static void setVideo()
{
setScaler();
setScalerCoeff();
printf("Send HDMI parameters:\n");
spi_uio_cmd_cont(UIO_SET_VIDEO);