Skip to content

Commit

Permalink
[Refactor] Removed ambiguous function definition
Browse files Browse the repository at this point in the history
This function causes an ambiguous function
definition error during compile time.
  • Loading branch information
callendorph committed Oct 2, 2024
1 parent ef76ac8 commit 12554c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/protocols/ethernet/MDI/MDI-1000Base-T.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ are expected to be passed in the right order - otherwise,
we may setup the wrong pin assignment constraints.
<DOC>
public defn make-1000Base-T-supports (dps:JITXObject ...):
make-1000Base-T-supports(dps)

public defn make-1000Base-T-supports (dps:Tuple<JITXObject>):
val dps-pairs = to-tuple $ for i in 0 to length(dps) seq:
[dps[i].P, dps[i].N]

Expand Down

0 comments on commit 12554c0

Please sign in to comment.