[Tinyos-devel] Minor patch for msp430regtypes.h

R. Steve McKown rsmckown at yahoo.com
Mon Nov 20 18:40:04 PST 2006


Hi,

tos/chips/msp430/msp430regtypes.h does not include type definitions for 
DAC12_0DAT and DAC12_1DAT for use with MSP430_NORACE().  Here's the trivial 
patch.

Index: msp430regtypes.h
===================================================================
--- msp430regtypes.h	(revision 297)
+++ msp430regtypes.h	(working copy)
@@ -101,6 +101,8 @@
 #define TYPE_DAC12IFG uint16_t
 #define TYPE_DAC12_0CTL uint16_t
 #define TYPE_DAC12_1CTL uint16_t
+#define TYPE_DAC12_0DAT uint16_t
+#define TYPE_DAC12_1DAT uint16_t
 #define TYPE_DCOCTL uint8_t
 #define TYPE_DMA0CTL uint16_t
 #define TYPE_DMA0DA uint16_t


More information about the Tinyos-devel mailing list