Fix style issues in spi-eeprom.c/h

This commit is contained in:
2022-07-16 15:09:41 +02:00
parent 3e82cf69b4
commit 8ac1d52240
2 changed files with 26 additions and 24 deletions

View File

@@ -28,12 +28,12 @@
* @brief Initialize the SPI for the eeprom.
* @return 0 if succesful
*/
int spi_eeprom_init();
int spi_eeprom_init(void);
/**
* @brief Uninitialize the SPI EEPROM
*/
void spi_eeprom_deinit();
void spi_eeprom_deinit(void);
/**
* @brief Read from SPI EEPROM