mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
boards/esp32: PWM configuration cleanup
This commit is contained in:
parent
09064aa056
commit
77647ea10c
@ -88,10 +88,6 @@
|
||||
#endif
|
||||
#endif /* PWM0_GPIOS */
|
||||
|
||||
/** PWM_DEV(1) is not used */
|
||||
#ifndef PWM1_GPIOS
|
||||
#define PWM1_GPIOS { }
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -101,10 +101,6 @@
|
||||
#define PWM0_GPIOS { GPIO2, GPIO0, GPIO4, GPIO15 }
|
||||
#endif
|
||||
|
||||
/** PWM_DEV(1) is not used */
|
||||
#ifndef PWM1_GPIOS
|
||||
#define PWM1_GPIOS { }
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -134,14 +134,9 @@ extern "C" {
|
||||
#else
|
||||
#error Configuration problem: Flash mode qio or qout is used, \
|
||||
GPIO9 and GPIO10 cannot be used as PWM channels as configured
|
||||
#define PWM0_GPIOS { }
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** PWM_DEV(1) is not used */
|
||||
#ifndef PWM1_GPIOS
|
||||
#define PWM1_GPIOS { }
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -119,10 +119,6 @@
|
||||
#define PWM0_GPIOS { GPIO0, GPIO2 }
|
||||
#endif
|
||||
|
||||
/** PWM_DEV(1) is not used */
|
||||
#ifndef PWM1_GPIOS
|
||||
#define PWM1_GPIOS { }
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -127,10 +127,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** PWM_DEV(1) is not used */
|
||||
#ifndef PWM1_GPIOS
|
||||
#define PWM1_GPIOS { }
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user