Пример #1
0
int BBM_INIT(HANDLE hDevice)
{
	int res;

	res = fc8050_init(hDevice);

	return res;
}
int bbm_com_init(HANDLE hDevice)
{
    int res;

    res = fc8050_init(hDevice);

    return res;
}