mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9474 from VeijoPesonen/fix-newlines_at_end-of-files
Fix newlines at end of filespull/9526/head
commit
f5730a91b2
|
@ -49,7 +49,7 @@ public:
|
||||||
*/
|
*/
|
||||||
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
|
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
|
||||||
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
|
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
|
||||||
~L3IPInterface();
|
virtual ~L3IPInterface();
|
||||||
/** Set a static IP address
|
/** Set a static IP address
|
||||||
*
|
*
|
||||||
* Configures this network interface to use a static IP address.
|
* Configures this network interface to use a static IP address.
|
||||||
|
|
Loading…
Reference in New Issue