Remove HAL_BaseInitialize (#1981)

This commit is contained in:
Thad House
2019-10-24 20:26:11 -07:00
committed by Peter Johnson
parent a83fb47933
commit a3820bbdfa
2 changed files with 7 additions and 29 deletions

View File

@@ -77,16 +77,6 @@ HAL_Bool HAL_GetSystemActive(int32_t* status);
*/
HAL_Bool HAL_GetBrownedOut(int32_t* status);
/**
* The base HAL initialize function. Useful if you need to ensure the DS and
* base HAL functions (the ones above this declaration in HAL.h) are properly
* initialized. For normal programs and executables, please use HAL_Initialize.
*
* This is mainly expected to be use from libraries that are expected to be used
* from LabVIEW, as it handles its own initialization for objects.
*/
void HAL_BaseInitialize(int32_t* status);
/**
* Gets a port handle for a specific channel.
*