Portenta H7 no matching function for call to 'arduino::MbedI2C::begin(PinName, PinName)'

the indetation has been fixed. Do you have any suggestions as to why theres no matching function call to?

Edit: Found a solution. I had to go into the .cpp file and remove "pinSda, pinScl" from Wire.begin(), as, from what I've found in the I2C issue on another thread, that only takes addresses , not ints.