Added some new functions as null-definitions if NO_SYS=1

This commit is contained in:
goldsimon 2007-05-18 18:34:34 +00:00
parent 8fa3b6802e
commit cde11f9d9c

View File

@ -54,6 +54,8 @@ struct sys_timeo {u8_t dummy;};
#define sys_sem_new(c) c
#define sys_sem_signal(s)
#define sys_sem_wait(s)
#define sys_sem_wait_timeout(s,t)
#define sys_arch_sem_wait(s,t)
#define sys_sem_free(s)
#define sys_mbox_new() 0
#define sys_mbox_fetch_timeout(m,d,t)