Skip to content

Commit

Permalink
[DeviceDrivers] Add audio header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardXiong committed Apr 5, 2016
1 parent 3748008 commit ada2c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/drivers/include/rtdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ rt_inline void rt_work_init(struct rt_work* work, void (*work_func)(struct rt_wo
#include "drivers/hwtimer.h"
#endif

#ifdef RT_USING_AUDIO
#include "drivers/audio.h"
#endif

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit ada2c7a

Please sign in to comment.