Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 110 → Rev 111

/Classwork/ECE4534 - Embedded Systems/PIC 27J13/msg_queues.h
5,7 → 5,7
#define MSGLEN 220
 
// The maximum number of messages in a single queue
#define MSGQUEUELEN 3 // DO NOT CHANGE THIS!
#define MSGQUEUELEN 2 // DO NOT CHANGE THIS!
 
typedef struct __msg {
unsigned char full; // Indicates that data resides in this msg