OpenNuvoton / NUC970_U-Boot_v2016.11

U-Boot v2016.11 for NUC970, N9H30, and NUC980
28 stars 45 forks source link

Bug in nuc970_i2c.c #6

Closed lightelf76 closed 5 years ago

lightelf76 commented 5 years ago

Functions nuc970_i2c_read() and nuc970_i2c_write() uses hardcoded value 2 instead of parameter alen See fix at: https://github.com/lightelf76/NUC970_U-Boot_v2016.11/commit/e0b8499462d74649b69651b962ef509eb5acaa43?diff=unified

yachen commented 5 years ago

Hi,

Could you send a pull request? Thanks.

Sincerely,

Yi-An Chen

lightelf76 commented 5 years ago

Done! I am novice in git, so my apologies for any mixup

yachen commented 5 years ago

Pulled with a commit-id append in the commit message. Thanks.