Skip to content

Commit

Permalink
Update MacAddress.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Dec 4, 2022
1 parent 8d629ea commit 6609f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/** Used to get the mac addresses of the robot and other devices. */
public class MacAddress {
String practice;
boolean listAddresses
boolean listAddresses;

public MacAddress(String practice) {
this(practice, true);
Expand Down

0 comments on commit 6609f97

Please sign in to comment.