MSP430Util.h
Go to the documentation of this file.
1 #pragma once
2 #include <MSP430.h>
3 
5 static const char *GetLastMSP430Error()
6 {
7  return MSP430_Error_String(MSP430_Error_Number());
8 }