Update CellularBase.h

pull/8541/head
Paul Szczepanek 2018-10-25 11:22:13 +01:00 committed by GitHub
parent 4f2645b3fc
commit de261a4673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include "netsocket/NetworkInterface.h"
/** Common interface that is shared between Cellular interfaces
/** Common interface that is shared between cellular interfaces.
* @addtogroup netsocket
*/
class CellularBase: public NetworkInterface {