Skip to content

Commit

Permalink
Remove messaging port from HAL confih
Browse files Browse the repository at this point in the history
- Following nanoframework/nf-interpreter#799

Signed-off-by: José Simões <jose.simoes@eclo.solutions>

#ALL#
  • Loading branch information
josesimoes committed Jul 19, 2018
1 parent aa2ef96 commit 979d64b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion CMSIS-OS/ChibiOS/GHI_FEZ_CERB40_NF/target_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ HAL_SYSTEM_CONFIG HalSystemConfig =
{
{ true }, // HAL_DRIVER_CONFIG_HEADER Header;

1, //ConvertCOM_DebugHandle(1),
1, //ConvertCOM_DebugHandle(1),
0, //ConvertCOM_DebugHandle(0),
115200,
Expand Down
1 change: 0 additions & 1 deletion CMSIS-OS/ChibiOS/I2M_ELECTRON_NF/target_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ HAL_SYSTEM_CONFIG HalSystemConfig =
{
{ true }, // HAL_DRIVER_CONFIG_HEADER Header;

1, //ConvertCOM_DebugHandle(1),
1, //ConvertCOM_DebugHandle(1),
0, //ConvertCOM_DebugHandle(0),
115200,
Expand Down
1 change: 0 additions & 1 deletion CMSIS-OS/ChibiOS/I2M_OXYGEN_NF/target_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ HAL_SYSTEM_CONFIG HalSystemConfig =
{
{ true }, // HAL_DRIVER_CONFIG_HEADER Header;

1, //ConvertCOM_DebugHandle(1),
1, //ConvertCOM_DebugHandle(1),
0, //ConvertCOM_DebugHandle(0),
115200,
Expand Down
1 change: 0 additions & 1 deletion CMSIS-OS/ChibiOS/ST_NUCLEO64_F401RE_NF/target_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ HAL_SYSTEM_CONFIG HalSystemConfig =
{
{ true }, // HAL_DRIVER_CONFIG_HEADER Header;

1, //ConvertCOM_DebugHandle(1),
1, //ConvertCOM_DebugHandle(1),
0, //ConvertCOM_DebugHandle(0),
115200,
Expand Down
1 change: 0 additions & 1 deletion CMSIS-OS/ChibiOS/ST_NUCLEO64_F411RE_NF/target_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ HAL_SYSTEM_CONFIG HalSystemConfig =
{
{ true }, // HAL_DRIVER_CONFIG_HEADER Header;

1, //ConvertCOM_DebugHandle(1),
1, //ConvertCOM_DebugHandle(1),
0, //ConvertCOM_DebugHandle(0),
115200,
Expand Down

0 comments on commit 979d64b

Please sign in to comment.