From 9d45675de033d18a9176d57563e874eeffbd1ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KOSZ=C3=93=2C=20Norbert?= Date: Fri, 24 Aug 2018 17:41:36 +0200 Subject: [PATCH] Fix comment ENABLE_CUSTOM_PWM defaults to 1 since d870c27. --- samples/Basic_HwPWM/Makefile-user.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Basic_HwPWM/Makefile-user.mk b/samples/Basic_HwPWM/Makefile-user.mk index f792f4cbf1..5f6b20bd94 100644 --- a/samples/Basic_HwPWM/Makefile-user.mk +++ b/samples/Basic_HwPWM/Makefile-user.mk @@ -37,5 +37,5 @@ DISABLE_SPIFFS = 1 # SPIFF_FILES = files -# Comment the line below if you want to Espressif's PWM library. -ENABLE_CUSTOM_PWM=1 +# Uncomment the line below if you want to Espressif's PWM library. +#ENABLE_CUSTOM_PWM=0