From e7ca03ac8ec839dd599c878274dfbc5203ca6db1 Mon Sep 17 00:00:00 2001 From: IsaoNakamura Date: Fri, 21 Aug 2015 20:54:36 +0900 Subject: [PATCH] delete duplicated FSEL_ALT0 definition. --- wiringPi/wiringPi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wiringPi/wiringPi.c b/wiringPi/wiringPi.c index a68ae33..844bd64 100644 --- a/wiringPi/wiringPi.c +++ b/wiringPi/wiringPi.c @@ -121,7 +121,6 @@ void (*pwmSetClock) (int divisor) ; #define FSEL_INPT 0b000 #define FSEL_OUTP 0b001 #define FSEL_ALT0 0b100 -#define FSEL_ALT0 0b100 #define FSEL_ALT1 0b101 #define FSEL_ALT2 0b110 #define FSEL_ALT3 0b111