Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/netsocket/DNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ class DNS {

#endif

/** @} */
/** @} */
2 changes: 1 addition & 1 deletion features/netsocket/DTLSSocketWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class DTLSSocketWrapper : public TLSSocketWrapper {

#endif
#endif
/** @} */
/** @} */
2 changes: 1 addition & 1 deletion features/netsocket/L3IPInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class L3IPInterface : public virtual NetworkInterface {
*/
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
~L3IPInterface();
virtual ~L3IPInterface();
/** Set a static IP address
*
* Configures this network interface to use a static IP address.
Expand Down
2 changes: 1 addition & 1 deletion features/nfc/source/nfc/NFCRemoteInitiator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ void NFCRemoteInitiator::disconnected()
NFCNDEFCapable::Delegate *NFCRemoteInitiator::ndef_capable_delegate()
{
return _delegate;
}
}
2 changes: 1 addition & 1 deletion features/storage/filesystem/littlefs/littlefs/lfs_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ void lfs_crc(uint32_t *restrict crc, const void *buffer, size_t size) {
}
}
#endif
#endif
#endif