Moves handle definitions to main handle header (#115)

This commit is contained in:
Thad House
2016-06-27 13:36:38 -07:00
committed by Peter Johnson
parent e1d4845ccd
commit 5e2a76147c
4 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,6 @@
#include "Handles.h"
typedef HalHandle HalAnalogOutputHandle;
extern "C" {
HalAnalogOutputHandle initializeAnalogOutputPort(HalPortHandle port_handle,
int32_t* status);