Skip to content

Commit f03830e

Browse files
committed
atsam4s2b bugfix missing include pwm pins
1 parent 5ccaf42 commit f03830e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

targets/chip/atsam4s2b/io/pwm.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <targets/core/atmel/atsam4s/pwm.hpp>
88

9+
#include "pins.hpp"
10+
911
namespace klib::atsam4s2b::io::periph::detail::pwm {
1012
enum class mode {
1113
pwmh = 0,

0 commit comments

Comments
 (0)