Skip to content

Commit

Permalink
corrected phy type
Browse files Browse the repository at this point in the history
  • Loading branch information
andysworkshop committed Oct 22, 2014
1 parent b8362b1 commit e172e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/net_udp_send/net_udp_send.cpp
Expand Up @@ -62,7 +62,7 @@ class NetUdpSendTest {
* Types that define the network stack
*/

typedef PhysicalLayer<KSZ8091RNA> MyPhysicalLayer;
typedef PhysicalLayer<DP83848C> MyPhysicalLayer;
typedef DatalinkLayer<MyPhysicalLayer,DefaultRmiiInterface,Mac> MyDatalinkLayer;
typedef NetworkLayer<MyDatalinkLayer,DefaultIp,Arp> MyNetworkLayer;
typedef TransportLayer<MyNetworkLayer,Udp> MyTransportLayer;
Expand Down

0 comments on commit e172e1d

Please sign in to comment.