23 lines
427 B
C
Executable File
23 lines
427 B
C
Executable File
/**
|
|
Copyright Novatek Microelectronics Corp. 2005. All rights reserved.
|
|
|
|
@file PlaySoundTsk.h
|
|
@ingroup mIPRJAPKey
|
|
|
|
@brief Header file of Play Sound Task
|
|
Header file of task handles the sound playback of startup, keypad ...
|
|
|
|
@note Nothing.
|
|
|
|
@date 2006/01/23
|
|
*/
|
|
|
|
/** \addtogroup mIPRJAPKey */
|
|
//@{
|
|
|
|
#ifndef _PLAYSOUNDTSK_H
|
|
#define _PLAYSOUNDTSK_H
|
|
|
|
#endif
|
|
//@}
|