Files
EF3-Interface/PcDmis/Base/Interfac/Msi/Hsi/MicroVu/HAL_FIXTURE.CPP
T
2013-05-09 20:29:54 +08:00

17 lines
439 B
C++

//////////////////////////////////////////////////////////////////////
//
// HAL_Fixture.cpp : interface for the Fixture related functions
//
//////////////////////////////////////////////////////////////////////
#include "StdAfx.h"
#include "HAL.h"
#include "HSI.h"
HAL_STATUS HAL_Fixture_IsSupported(UINT &Type)
{
Type = 0;
HAL_SendDebug(_T("HAL_Fixture_IsSupported %X\n"), Type);
return HAL_STATUS_NOT_SUPPORTED;
}