Skip to content

Commit

Permalink
re-orderd things in pwm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Oct 31, 2024
1 parent 7e54adc commit f49281f
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Sming/Arch/Esp32/Components/driver/include/driver/pwm.h
Original file line number Diff line number Diff line change
@@ -1,16 +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
*
****/

#include <soc/soc_caps.h>
#pragma once

#include <soc/soc_caps.h>

#pragma once

#define PWM_CHANNEL_NUM_MAX SOC_LEDC_CHANNEL_NUM
#define PWM_CHANNEL_NUM_MAX SOC_LEDC_CHANNEL_NUM

0 comments on commit f49281f

Please sign in to comment.