Skip to content

Commit 6350b61

Browse files
committed
style: change the code style
1 parent 5551c54 commit 6350b61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

project/raspberrypi4b/src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* @param[in] argc is arg numbers
4545
* @param[in] **argv is the arg address
4646
* @return status code
47-
* - 0 success
48-
* - 1 run failed
49-
* - 5 param is invalid
47+
* - 0 success
48+
* - 1 run failed
49+
* - 5 param is invalid
5050
* @note none
5151
*/
5252
uint8_t at24cxx(uint8_t argc, char **argv)

project/stm32f407/usr/src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ volatile uint16_t g_len; /**< uart buffer length */
5454
* @param[in] argc is arg numbers
5555
* @param[in] **argv is the arg address
5656
* @return status code
57-
* - 0 success
58-
* - 1 run failed
59-
* - 5 param is invalid
57+
* - 0 success
58+
* - 1 run failed
59+
* - 5 param is invalid
6060
* @note none
6161
*/
6262
uint8_t at24cxx(uint8_t argc, char **argv)

0 commit comments

Comments
 (0)