diff options
Diffstat (limited to 'ao.h')
| -rw-r--r-- | ao.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -305,10 +305,10 @@ ao_dma_isr(void) interrupt 8;   */  void -ao_mutex_get(__xdata uint8_t *ao_mutex); +ao_mutex_get(__xdata uint8_t *ao_mutex) __reentrant;  void -ao_mutex_put(__xdata uint8_t *ao_mutex); +ao_mutex_put(__xdata uint8_t *ao_mutex) __reentrant;  /*   * ao_ee.c | 
