We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd68d6 commit 12939c7Copy full SHA for 12939c7
1 file changed
Src/HALAL/HALAL.cpp
@@ -11,7 +11,7 @@ void HALAL::start(IPV4 ip, IPV4 subnet_mask, IPV4 gateway, UART::Peripheral& pri
11
12
#if defined USING_CMAKE && !defined STLIB_ETH
13
#else
14
- Ethernet::start(ip, subnet_mask, gateway);
+ Ethernet::inscribe();
15
#endif
16
17
HAL_Init();
0 commit comments