Skip to content

Commit

Permalink
Fix pwm.h, minimal patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Oct 31, 2024
1 parent f3d920b commit c012764
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sming/Arch/Esp32/Components/driver/include/driver/pwm.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* pwm.h
*
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* pwm.h
*
****/

#pragma once

#include <soc/soc_caps.h>

#define PWM_CHANNEL_NUM_MAX SOC_LEDC_CHANNEL_NUM
#define PWM_CHANNEL_NUM_MAX SOC_LEDC_CHANNEL_NUM

0 comments on commit c012764

Please sign in to comment.