Skip to content

Commit a66c946

Browse files
committed
GSM: fix comments alignment
1 parent 249f84c commit a66c946

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

libraries/GSM/src/GSM.h

+15-15
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,24 @@ class GSMClass : public MbedSocketClass {
7575
}
7676
}
7777

78-
/* Start GSM connection.
79-
* Configure the credentials into the device.
80-
*
81-
* param pin: Pointer to the pin string.
82-
* param apn: Pointer to the apn string.
83-
* param username: Pointer to the username string.
84-
* param password: Pointer to the password string.
85-
* param rat: Radio Access Technology.
86-
*
87-
* return: 0 in case of success, negative number in case of failure
88-
*/
78+
/*
79+
* Start GSM connection. Configure the credentials into the device.
80+
*
81+
* param pin: Pointer to the pin string.
82+
* param apn: Pointer to the apn string.
83+
* param username: Pointer to the username string.
84+
* param password: Pointer to the password string.
85+
* param rat: Radio Access Technology.
86+
*
87+
* return: 0 in case of success, negative number in case of failure
88+
*/
8989
int begin(const char* pin, const char* apn, const char* username, const char* password, RadioAccessTechnologyType rat = CATNB, uint32_t band = BAND_20, bool restart = true);
9090

9191
/*
92-
* Disconnect from the network
93-
*
94-
* return: one value of wl_status_t enum
95-
*/
92+
* Disconnect from the network
93+
*
94+
* return: one value of wl_status_t enum
95+
*/
9696
int disconnect(void);
9797

9898
/*

0 commit comments

Comments
 (0)