From befcea7d8e535c49734a9aa8001569e7619dbad0 Mon Sep 17 00:00:00 2001 From: janhauer Date: Tue, 29 May 2007 16:19:20 +0000 Subject: [PATCH] Fixed missing include. --- tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc | 2 +- tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc | 2 +- tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc | 2 +- tos/chips/msp430/adc12/Msp430Adc12ClientC.nc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc index 241627c8..2f75f47d 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc @@ -42,7 +42,7 @@ * @see Please refer to the README.txt and TEP 101 for more information about * this component and its intended use. */ - +#include generic configuration Msp430Adc12ClientAutoDMAC() { provides { diff --git a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc index ee713db4..6fea1bd3 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc @@ -41,7 +41,7 @@ * @see Please refer to the README.txt and TEP 101 for more information about * this component and its intended use. */ - +#include generic configuration Msp430Adc12ClientAutoDMA_RVGC() { provides { diff --git a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc index 97cc789a..9c732a50 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc @@ -39,7 +39,7 @@ * @see Please refer to the README.txt and TEP 101 for more information about * this component and its intended use. */ - +#include generic configuration Msp430Adc12ClientAutoRVGC() { provides { diff --git a/tos/chips/msp430/adc12/Msp430Adc12ClientC.nc b/tos/chips/msp430/adc12/Msp430Adc12ClientC.nc index 4d40621b..b2c59751 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12ClientC.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12ClientC.nc @@ -41,7 +41,7 @@ * @see Please refer to the README.txt and TEP 101 for more information about * this component and its intended use. */ - +#include generic configuration Msp430Adc12ClientC() { provides { -- 2.39.2