From 5c3ef556d9e5611e3ec576298def96703b2d5be6 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sun, 6 Feb 2011 14:44:32 -0500 Subject: [PATCH] add a dummy io.h for mc13224v --- cpu/mc1322x/io.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cpu/mc1322x/io.h diff --git a/cpu/mc1322x/io.h b/cpu/mc1322x/io.h new file mode 100644 index 000000000..af41dea23 --- /dev/null +++ b/cpu/mc1322x/io.h @@ -0,0 +1,3 @@ +/* empty io.h include file */ +/* io.h is an msp430 specific file */ +/* this io.h is here to prevent errors when developers include this */