Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Sep 12, 2023
1 parent d932f1a commit defa7fe
Show file tree
Hide file tree
Showing 17 changed files with 1,096 additions and 616 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@ task patchNiLibraries() {
file.write(contents, 'UTF-8')
}

// Patch HMB header to be rooted correctly
File hmbFile = file("$rootDir/src/include/FRC_FPGA_ChipObject/fpgainterfacecapi/NiFpga_HMB.h")
hmbFile.text = hmbFile.text.replaceAll('#include "fpgainterfacecapi/NiFpga.h"', '#include "FRC_FPGA_ChipObject/fpgainterfacecapi/NiFpga.h"')

// Patch NetComm headers to work on Windows
FileTree netTree = fileTree(dir: "$rootDir/src/include/FRC_NetworkCommunication")
netTree.each { File file ->
Expand Down
Loading

0 comments on commit defa7fe

Please sign in to comment.