Update core_esp8266_wiring_pwm.cpp

This commit is contained in:
stefanbode 2020-07-01 17:38:49 +02:00 committed by GitHub
parent 4fe216f3c7
commit 2d3d4863b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ extern "C" {
static uint32_t analogMap = 0;
static int32_t analogScale = PWMRANGE;
static uint16_t analogFreq = 1000;
static uint32_t analogDrift = 10000;
extern void __analogWriteRange(uint32_t range) {
if (range > 0) {