From: janhauer Date: Tue, 29 May 2007 16:19:20 +0000 (+0000) Subject: Fixed missing include. X-Git-Tag: release_tools_1_2_4_1~161 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=befcea7d8e535c49734a9aa8001569e7619dbad0 Fixed missing include. --- 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 {