Xinyuan-LilyGO / TTGO_TWatch_Library

Home Page:https://www.lilygo.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'clearIrqStatus' is ambiguous

miguepollo opened this issue · comments

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