Files

9 lines
321 B
C
Raw Permalink Normal View History

2026-07-06 18:01:36 +01:00
/*
LINK_DEF.H - Link process message types
*/
#define LNKMSG_NONCP 2 /* if NCP dies this msg sent */
#define LNKMSG_TERMINATE 3 /* Terminate everything */
#define LNKMSG_LOADREMOTE 4 /* Load a remote process */
#define LNKMSG_CONFIG 5 /* Re-configure serial channel */