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
* *
@ -79,7 +79,7 @@ public:
* @param channel Channel on which the connection is to be made, or 0 for any (Default: 0) * @param channel Channel on which the connection is to be made, or 0 for any (Default: 0)
* @return Not supported, returns NSAPI_ERROR_UNSUPPORTED * @return Not supported, returns NSAPI_ERROR_UNSUPPORTED
*/ */
nsapi_error_t set_channel(uint8_t channel) nsapi_error_t set_channel(uint8_t channel)
{ {
if (channel != 0) { if (channel != 0) {
return NSAPI_ERROR_UNSUPPORTED; return NSAPI_ERROR_UNSUPPORTED;