Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

fix: remove agfx include #1

Merged
merged 1 commit into from
Feb 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cores/arduino/exti.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "memory.h"
#include "nvic.h"
#include "bitband.h"
#include "../../../../../libraries/agfx/src/star_ts.h"

static inline void dispatch_single_exti(uint32 exti_num);
static inline void dispatch_extis(uint32 start, uint32 stop);
Expand Down