From 6905cfbe40a37641af2326e9475eaa504034a1eb Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 10 Dec 2021 23:22:46 +0100 Subject: [PATCH] Remove leftover --- tasmota/xdrv_52_3_berry_tasmota.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/xdrv_52_3_berry_tasmota.ino b/tasmota/xdrv_52_3_berry_tasmota.ino index d165c209c..d471b3ab7 100644 --- a/tasmota/xdrv_52_3_berry_tasmota.ino +++ b/tasmota/xdrv_52_3_berry_tasmota.ino @@ -329,7 +329,6 @@ extern "C" { int32_t l_yield(bvm *vm); int32_t l_yield(bvm *vm) { BrTimeoutYield(); // reset timeout - strptime(nullptr, nullptr, nullptr); be_return_nil(vm); }