Skip to content

Commit

Permalink
fixed coding style. again
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Oct 31, 2024
1 parent f49281f commit f3d920b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sming/Arch/Esp32/Components/driver/include/driver/pwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
*
* pwm.h
*
****/
****/

#pragma once
#pragma once

#include <soc/soc_caps.h>
#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 f3d920b

Please sign in to comment.