From 8a426e65aba06ee225465c3cd8583ea55a87ca27 Mon Sep 17 00:00:00 2001 From: aleph Date: Tue, 31 May 2011 15:53:51 +0000 Subject: [PATCH] sam3: add twi to generic hw include file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4939 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/io/sam3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/cpu/cortex-m3/io/sam3.h b/bertos/cpu/cortex-m3/io/sam3.h index e80b101a..94a72f77 100644 --- a/bertos/cpu/cortex-m3/io/sam3.h +++ b/bertos/cpu/cortex-m3/io/sam3.h @@ -172,6 +172,7 @@ #include "sam3_adc.h" #include "sam3_dacc.h" #include "sam3_tc.h" +#include "sam3_twi.h" /** * U(S)ART I/O pins -- 2.25.1