From 3034ac429dad667eb81d8ebb529bc5b2ecbe51fb Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 1 Aug 2011 19:49:13 -0400 Subject: [PATCH] add adc.h to mc1322x.h --- lib/include/mc1322x.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/mc1322x.h b/lib/include/mc1322x.h index a133b338d..1f82701aa 100644 --- a/lib/include/mc1322x.h +++ b/lib/include/mc1322x.h @@ -48,5 +48,7 @@ #include "utils.h" #include "asm.h" #include "i2c.h" +#include "rtc.h" +#include "adc.h" #endif