missing definition in stmhal/i2c.h for I2C3

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
User avatar
roland_vs
Posts: 89
Joined: Tue Dec 08, 2015 8:28 pm
Location: Netherlands
Contact:

missing definition in stmhal/i2c.h for I2C3

Post by roland_vs » Wed Apr 13, 2016 7:05 pm

The stmhal/i2c.h is missing the extern I2C_HandleTypeDef I2CHandle3;. I have added it to the i2c.h in my fork of mpy.

I have also put it in as an issue #1980, but maybe better to use the forum first. Sorry about that.

Post Reply