diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ao.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/core/ao.h b/src/core/ao.h index 9d801489..200d4bc4 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -119,11 +119,13 @@ ao_clock_init(void);   * ao_mutex.c   */ +#ifndef ao_mutex_get  void  ao_mutex_get(__xdata uint8_t *ao_mutex) __reentrant;  void  ao_mutex_put(__xdata uint8_t *ao_mutex) __reentrant; +#endif  /*   * ao_cmd.c | 
