Machine Interface Utility:VER1.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user