util: add ADDRESS_NONE definition.

This commit is contained in:
Daniel Beer 2013-07-18 13:56:04 +12:00
parent 06f6613442
commit d54cf16a13
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
/* This type fits an MSP430X register value */
typedef uint32_t address_t;
#define ADDRESS_NONE ((address_t)0xffffffff)
/* Retrive a string describing the last system error */
const char *last_error(void);