hw_memmap.h
Go to the documentation of this file.
00001 #include <msp430.h>
00002 //*****************************************************************************
00003 //
00004 // SUCCESS and FAILURE for API return value
00005 //
00006 //*****************************************************************************
00007 #define STATUS_SUCCESS  0x01
00008 #define STATUS_FAIL     0x00
00009 

Copyright 2012, Texas Instruments Incorporated