diff options
Diffstat (limited to 'atmel-samd/shared_dma.c')
| -rw-r--r-- | atmel-samd/shared_dma.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/atmel-samd/shared_dma.c b/atmel-samd/shared_dma.c index 461798366..5dc8cde43 100644 --- a/atmel-samd/shared_dma.c +++ b/atmel-samd/shared_dma.c @@ -23,15 +23,13 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + +#include <stdbool.h> #include "shared_dma.h" #include "py/gc.h" #include "py/mpstate.h" -#include "asf/sam0/drivers/events/events.h" -#include "asf/sam0/drivers/system/interrupt/system_interrupt.h" -#include "asf/sam0/drivers/tc/tc.h" - #undef ENABLE // We allocate two DMA resources for the entire lifecycle of the board (not the |
