Fixed warnings in the network code.

This commit is contained in:
OBattler
2023-11-11 16:57:55 +01:00
parent 5d1078769d
commit f9d673708a
3 changed files with 239 additions and 432 deletions

View File

@@ -66,10 +66,6 @@ nmc93cxx_eeprom_log(int lvl, const char *fmt, ...)
# define nmc93cxx_eeprom_log(lvl, fmt, ...)
#endif
static const char *opstring[] = {
"extended", "write", "read", "erase"
};
static void *
nmc93cxx_eeprom_init_params(UNUSED(const device_t *info), void *params)
{