Skip to content

Commit

Permalink
Fix some code format
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Aug 31, 2023
1 parent 9aaea0f commit f73ea5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/projects/ESP32/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* NBR_RETRY | 10 | Send Retry number in case of NACK or collision
******************************************************************************/

#define MSG_BUFFER_SIZE 1024
#define MSG_BUFFER_SIZE 1024
#define ROBUS_NETWORK_BAUDRATE 500000

/*******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-L073RZ/bootloader/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* NBR_RETRY | 10 | Send Retry number in case of NACK or collision
******************************************************************************/
#define ROBUS_NETWORK_BAUDRATE 500000
#define MSG_BUFFER_SIZE 512
#define MSG_BUFFER_SIZE 512

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 0 additions & 2 deletions network/serial_network/HAL/template/serial_network_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include "_serial_network.h"
// TODO: Include the needed files



/*******************************************************************************
* Variables
******************************************************************************/
Expand Down

0 comments on commit f73ea5e

Please sign in to comment.