Skip to content

Commit

Permalink
style: change the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
libdriver committed Jan 24, 2023
1 parent 9747603 commit 1805dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions project/raspberrypi4b/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ static void a_interrupt_callback(uint8_t type)
* @param[in] argc is arg numbers
* @param[in] **argv is the arg address
* @return status code
* - 0 success
* - 1 run failed
* - 5 param is invalid
* - 0 success
* - 1 run failed
* - 5 param is invalid
* @note none
*/
uint8_t adxl345(uint8_t argc, char **argv)
Expand Down
6 changes: 3 additions & 3 deletions project/stm32f407/usr/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ static void a_interrupt_callback(uint8_t type)
* @param[in] argc is arg numbers
* @param[in] **argv is the arg address
* @return status code
* - 0 success
* - 1 run failed
* - 5 param is invalid
* - 0 success
* - 1 run failed
* - 5 param is invalid
* @note none
*/
uint8_t adxl345(uint8_t argc, char **argv)
Expand Down

0 comments on commit 1805dac

Please sign in to comment.