Some minor fixes.

This commit is contained in:
sorgelig
2018-06-25 01:23:19 +08:00
parent 2e058b957f
commit 0c1eff9334
4 changed files with 9 additions and 4 deletions

View File

@@ -2121,6 +2121,9 @@ static int findPLLpar(double Fout, uint32_t *pc, uint32_t *pm, double *pko)
return 1;
}
}
//will never reach here
return 0;
}
static void setPLL(double Fout)
@@ -2173,7 +2176,7 @@ static void setPLL(double Fout)
vitems[20] = k;
}
static int setVideo()
static void setVideo()
{
printf("Send HDMI parameters:\n");
spi_uio_cmd_cont(UIO_SET_VIDEO);