Minor change, sys_prot_t is undefined is NO_SYS=1

This commit is contained in:
fbernon 2007-09-21 21:23:39 +00:00
parent c1bbcf5ed3
commit c7e91d3302

View File

@ -44,6 +44,7 @@ extern "C" {
definitions of the sys_ functions. */
typedef u8_t sys_sem_t;
typedef u8_t sys_mbox_t;
typedef u8_t sys_prot_t;
struct sys_timeo {u8_t dummy;};
#define sys_init()