Esempio n. 1
0
File: bcr.c Progetto: ericzhc/pdale
/******************************************************
  Disable bar code reader
*******************************************************/
void BCR_Disable()
{
	COM_BUFF_INFO RxBuff = GetTaskRxComBuff();

	OSTaskSuspend(TASK_BCR_PRIO);
    *(RxBuff.ptrCurrent) = *(RxBuff.ptrEnd);
	GPS_Enable();
}
Esempio n. 2
0
void GPS_Initialize(void)
{
	GPS_Enable();
    
    GPS_Reset();
}