Fix the warnings and some errors.

This commit is contained in:
sorgelig
2018-12-29 21:15:25 +08:00
parent 3aa5c4d438
commit ddd5b75d2b
19 changed files with 136 additions and 156 deletions

View File

@@ -53,6 +53,7 @@ uint16_t spi_w(uint16_t word)
void spi_init(int enable)
{
(void)enable;
printf("Init SPI.\n");
}