/*******************************************************************************
*   ���W���[������      �FAPP03 Mission TLM (L&M) PI tasks                     *
*   ���W���[�����x��    �Fapp03_PIs                                            *
*   �^�X�N�敪          �FApplication-03  MGFO task for Mission TLM (L&M)      *
*   �@�\                �F                                                     *
*   �R�[�����O�V�[�P���X�Fvoid app03_MGFO                                      *
*   ����                �F�Ȃ�                                                 *
*   �߂�l              �F�Ȃ�                                                 *
*   �g�p��̒���        �F�O���[�o���ϐ��̓A�v���P�[�V�����O�P�ł܂Ƃ߂ď����� *
*   �G���[����          �F�Ȃ�                                                 *
*   ����				�F  EDIT�����́AMGF�g                                  *
*   �쐬���E�쐬��      �F2011/06/18    Y.K.                                   *
*******************************************************************************/

/* 20110726 */
/* �ꊚ�ݗp */

void 	app_MGF_common( unsigned char, unsigned int ) ;

void	app03_MGFO( unsigned int ui_sunpulseCnt )
{
	app_MGF_common(0, ui_sunpulseCnt ) ; 
	return;
}