Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
855 stars 282 forks source link

'clearIrqStatus' is ambiguous #233

Closed miguepollo closed 3 months ago

miguepollo commented 3 months ago

Hi I am using a ttgo-t-watch-S3 and my IDE says compiling src/hardware/pmu.cpp:524:23: error: request for member 'clearIrqStatus' is ambiguous. I am seeing that in lilygolib.cpp you have that function but you also include a library that has a function with the same name. Maybe you have to delete one of the two functions. Thanks