summaryrefslogtreecommitdiff
path: root/ucoolib/dev/avrisp
diff options
context:
space:
mode:
authorNicolas Schodet2013-02-19 19:54:38 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit3b20b4bbabd9bcae11678478cb423aaaa439ed0c (patch)
tree59946805f383b23613f7613b94f8b6baa57734a9 /ucoolib/dev/avrisp
parenta5fd7d6aefb46a13ea1790e1bc38d4e0d4888a62 (diff)
ucoolib: limit direct libopencm3 gpio.h usage
Diffstat (limited to 'ucoolib/dev/avrisp')
-rw-r--r--ucoolib/dev/avrisp/test/test_avrisp.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ucoolib/dev/avrisp/test/test_avrisp.cc b/ucoolib/dev/avrisp/test/test_avrisp.cc
index 66ecf14..67d1e83 100644
--- a/ucoolib/dev/avrisp/test/test_avrisp.cc
+++ b/ucoolib/dev/avrisp/test/test_avrisp.cc
@@ -30,7 +30,6 @@
#include "ucoolib/utils/delay.hh"
#include <libopencm3/stm32/f4/rcc.h>
-#include <libopencm3/stm32/f4/gpio.h>
class TestAvrIspIntf : public ucoo::AvrIspIntf
{