Skip to content

Commit

Permalink
Attaching latest standard UDP
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuster05 committed Feb 21, 2022
1 parent d6da517 commit af1dc36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch UDPTest",
"request": "launch",
"mainClass": "org.usfirst.frc4904.standard.udp.tests.UDPTest",
"projectName": "2022-Code"
},
{
"type": "java",
"name": "Launch UDPTest",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/usfirst/frc4904/standard

0 comments on commit af1dc36

Please sign in to comment.