diff options
| author | hierophect <hierophect@gmail.com> | 2020-08-25 11:46:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 11:46:25 -0400 |
| commit | 2529c0aa836d120a9653e3cfd7e7cea0d743c0b7 (patch) | |
| tree | 9df792d00e4e8cfe377e3934943b36874eb01320 /shared-module/framebufferio/FramebufferDisplay.h | |
| parent | 5b1a1c773f612be5f27e933f7bf520bc654f7613 (diff) | |
| parent | 2b470b148620031adbd0afe6732a5b1965cbb19f (diff) | |
Merge pull request #3299 from tannewt/add_pwmio
Split pulseio.PWMOut into pwmio
Diffstat (limited to 'shared-module/framebufferio/FramebufferDisplay.h')
| -rw-r--r-- | shared-module/framebufferio/FramebufferDisplay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.h b/shared-module/framebufferio/FramebufferDisplay.h index 89df0d27c..d73d4b9a9 100644 --- a/shared-module/framebufferio/FramebufferDisplay.h +++ b/shared-module/framebufferio/FramebufferDisplay.h @@ -33,7 +33,6 @@ #include "shared-bindings/digitalio/DigitalInOut.h" #include "shared-bindings/displayio/Group.h" -#include "shared-bindings/pulseio/PWMOut.h" #include "shared-module/displayio/area.h" #include "shared-module/displayio/display_core.h" |
