diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 15:09:00 +0100 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 15:09:00 +0100 |
| commit | f5f493222067a0be2123de1c6cea90ac4f06aef6 (patch) | |
| tree | dba17e77bee043ed5197decd04a1a1a837e97428 | |
| parent | 18870255ea4c18eddcbd91ffd36517c728e34907 (diff) | |
Clean unused include from tick.c
| -rw-r--r-- | ports/atmel-samd/tick.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/tick.c b/ports/atmel-samd/tick.c index 44b631838..149347793 100644 --- a/ports/atmel-samd/tick.c +++ b/ports/atmel-samd/tick.c @@ -30,7 +30,6 @@ #include "supervisor/shared/autoreload.h" #include "shared-module/gamepad/__init__.h" -#include "shared-module/_pew/__init__.h" #include "shared-bindings/microcontroller/__init__.h" #include "shared-bindings/microcontroller/Processor.h" |
