WicedInterface: fix styling

pull/14280/head
Martin Kojtal 2021-02-14 20:00:25 +00:00 committed by GitHub
parent 2f09d7c057
commit 51a6754e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ class WicedInterface : public WiFiInterface, public EMACInterface {
public: public:
WicedInterface( WicedInterface(
EMAC &emac = WICED_EMAC::get_instance(), EMAC &emac = WICED_EMAC::get_instance(),
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance()); OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
/** Start the interface /** Start the interface
* *