util: add ADDRESS_NONE definition.
This commit is contained in:
parent
06f6613442
commit
d54cf16a13
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue