From f4031d30183d1c078fecdc3e11e2f13efbf73da2 Mon Sep 17 00:00:00 2001 From: mmaroti Date: Mon, 9 Mar 2009 18:13:27 +0000 Subject: [PATCH] make the FastSpiByte interface generic and implement it in Atm128Spi --- tos/platforms/iris/chips/rf230/HplRF2xxP.nc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tos/platforms/iris/chips/rf230/HplRF2xxP.nc b/tos/platforms/iris/chips/rf230/HplRF2xxP.nc index 560fbe6f..3a06d1c2 100644 --- a/tos/platforms/iris/chips/rf230/HplRF2xxP.nc +++ b/tos/platforms/iris/chips/rf230/HplRF2xxP.nc @@ -21,6 +21,8 @@ * Author: Miklos Maroti */ +#include "Atm128Spi.h" + module HplRF2xxP { provides -- 2.39.2