Merge "Don't do doubles"

This commit is contained in:
Brad Miller (WPI)
2014-06-03 09:41:30 -07:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,4 @@
#pragma once
#ifndef __HAL_PDP_H__
#define __HAL_PDP_H__
#ifdef __vxworks
#include <vxWorks.h>
@@ -14,6 +12,3 @@ extern "C"
double getPDPVoltage(int32_t *status);
double getPDPChannelCurrent(uint8_t channel, int32_t *status);
}
#endif /* __HAL_PDP_H__ */