Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Aug 2, 2023
1 parent 24d43a8 commit b77eaf9
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/projects/Arduino/bldc_simple_foc/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 2
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

#define ARDUINO_PTPA_PIN 19
#define ARDUINO_PTPB_PIN 7
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-F410RB/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-G431KB/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/NUCLEO-G474RE/gate_serialcom/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 2
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/NUCLEO-L073RZ/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
* NBR_PORT | 2 | PTP Branch number Max 8
* NBR_RETRY | 10 | Send Retry number in case of NACK or collision
******************************************************************************/
#define DEFAULTBAUDRATE 500000
#define DEFAULTBAUDRATE 500000
#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_LOCAL_PROFILE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-L432KC/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/NUCLEO-L432KC/gate_serialcom/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 2
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-L432KC/led/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/SAMD21XPLAINED/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/STM32F4-discovery/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/STM32L4S5_discovery/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down Expand Up @@ -132,7 +132,7 @@
/*******************************************************************************
* DMA CONFIG
******************************************************************************/
#define ROBUS_DMA_CLOCK_ENABLE() \
#define ROBUS_DMA_CLOCK_ENABLE() \
do \
{ \
__HAL_RCC_DMA1_CLK_ENABLE(); \
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/button/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
******************************************************************************/
#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_LOCAL_PROFILE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/dxl/lib/Dxl/dxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void Dxl_Init(void)
******************************************************************************/
void Dxl_Loop(void)
{
static int index = 0;
static int index = 0;
static uint32_t last_temp[MAX_LOCAL_SERVICE_NUMBER] = {0};
static uint32_t last_sample[MAX_LOCAL_SERVICE_NUMBER] = {0};
// check motor values one by one
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/gate_serialcom/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 2
#define MSG_BUFFER_SIZE 1024
#define MAX_MSG_NB 40
#define MSG_BUFFER_SIZE 1024
#define MAX_MSG_NB 40
/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
*******************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/inspector_serialcom/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
******************************************************************************/

#define MAX_LOCAL_SERVICE_NUMBER 2
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40
#define MSG_BUFFER_SIZE 2048
#define MAX_MSG_NB 40
#define NODETECTION

/*******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/led/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* NBR_RETRY | 10 | Send Retry number in case of NACK or collision
******************************************************************************/
#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 5
#define MAX_MSG_NB 5

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/led_strip/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
* NBR_RETRY | 10 | Send Retry number in case of NACK or collision
******************************************************************************/
#define MAX_LOCAL_SERVICE_NUMBER 1
#define MAX_MSG_NB 30
#define MAX_BUFFER_SIZE 1024
#define MAX_MSG_NB 30
#define MAX_BUFFER_SIZE 1024

/*******************************************************************************
* LUOS HAL LIBRARY DEFINITION
Expand Down

0 comments on commit b77eaf9

Please sign in to comment.