mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Merge "Don't do doubles"
This commit is contained in:
@@ -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__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user