Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
902 stars 289 forks source link

'clearIrqStatus' is ambiguous #233

Closed miguepollo closed 8 months ago

miguepollo commented 8 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