Commit d7892552 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

shell/sdb: temporarily disable

parent 577d7970
......@@ -20,6 +20,8 @@
static int cmd_sdb(const char *args[])
{
// fixme: rewrite...
#if 0
uint8_t i2c_adr = FMC_EEPROM_ADR;
int blocksize = 1;
......@@ -68,6 +70,7 @@ static int cmd_sdb(const char *args[])
storage_cfg.blocksize, 0);
return 0;
}
#endif
return -EINVAL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment