Compile Errors ESP32

This commit is contained in:
Phil Schatzmann 2022-12-09 17:01:21 +01:00
parent 4ee7feb55f
commit dcce6ba89e
2 changed files with 1 additions and 5 deletions

View File

@ -54,10 +54,6 @@ class PWMDriverESP32 : public DriverPWMBase {
is_timer_started = false;
}
bool isTimerStarted() override {
return is_timer_started;
}
/// when we get the first write -> we activate the timer to start with the output of data
virtual void startTimer(){
if (!is_timer_started){

View File

@ -114,7 +114,7 @@ protected:
// mutex_t mtx;
// };
//#else
#else
using Mutex = MutexBase;