Commit e8fa60dd authored by Vincent van Beveren's avatar Vincent van Beveren

Fixed type incompatibility

parent 7df86259
Pipeline #171 failed with stages
in 18 seconds
......@@ -139,7 +139,7 @@ static int eeprom_write(uint8_t i2cif, uint8_t i2c_addr, uint32_t offset,
return size;
}
int32_t storage_sfpdb_erase(void)
int storage_sfpdb_erase(void)
{
sfpcount = 0;
......
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