Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
minor build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Mar 1, 2021
1 parent 7a05abd commit 322451d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pi4j-example/src/main/java/SerialBufferedDataExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ public static void main(String args[]) throws InterruptedException, IOException
return;
}
}
}
}
2 changes: 1 addition & 1 deletion pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ JNIEXPORT jint JNICALL Java_com_pi4j_io_file_LinuxFile_getPosixFD
fd = (*env)->GetIntField(env, fileDescriptorObj, fdFieldID);

return fd;
}
}

0 comments on commit 322451d

Please sign in to comment.