Skip to content

Commit 12939c7

Browse files
committed
fix build
1 parent 5bd68d6 commit 12939c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/HALAL/HALAL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void HALAL::start(IPV4 ip, IPV4 subnet_mask, IPV4 gateway, UART::Peripheral& pri
1111

1212
#if defined USING_CMAKE && !defined STLIB_ETH
1313
#else
14-
Ethernet::start(ip, subnet_mask, gateway);
14+
Ethernet::inscribe();
1515
#endif
1616

1717
HAL_Init();

0 commit comments

Comments
 (0)