mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Reverts the 2017 Image for Beta 1 (#264)
* Revert "Updated the rpath to point to the correct location for the Java integration tests. (#262)" This reverts commitc313dde03a. * Revert "Update image 2017 v5 (#254)" This reverts commit8d1c51b7e9.
This commit is contained in:
committed by
Fred Silberberg
parent
27bf94fd06
commit
f1c2b66569
@@ -1,14 +1,14 @@
|
||||
// Copyright (c) National Instruments 2008. All Rights Reserved.
|
||||
// Do Not Edit... this file is generated!
|
||||
|
||||
#ifndef __nFRC_2017_17_0_1_SPI_h__
|
||||
#define __nFRC_2017_17_0_1_SPI_h__
|
||||
#ifndef __nFRC_2016_16_1_0_SPI_h__
|
||||
#define __nFRC_2016_16_1_0_SPI_h__
|
||||
|
||||
#include "tSystemInterface.h"
|
||||
|
||||
namespace nFPGA
|
||||
{
|
||||
namespace nFRC_2017_17_0_1
|
||||
namespace nFRC_2016_16_1_0
|
||||
{
|
||||
|
||||
class tSPI
|
||||
@@ -43,14 +43,6 @@ public:
|
||||
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tEnableDIO_IfaceConstants;
|
||||
|
||||
virtual void writeEnableDIO(unsigned char value, tRioStatusCode *status) = 0;
|
||||
virtual unsigned char readEnableDIO(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tChipSelectActiveHigh_IfaceConstants;
|
||||
@@ -73,4 +65,4 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __nFRC_2017_17_0_1_SPI_h__
|
||||
#endif // __nFRC_2016_16_1_0_SPI_h__
|
||||
|
||||
Reference in New Issue
Block a user