Skip to content

Commit 86578a0

Browse files
authored
Code style fix (#3042)
***NO_CI***
1 parent 5b222cb commit 86578a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/ESP32/_nanoCLR/System.IO.Ports/sys_io_ser_native_System_IO_Ports_SerialPort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ HRESULT Library_sys_io_ser_native_System_IO_Ports_SerialPort::NativeConfig___VOI
962962
{
963963
NANOCLR_HEADER();
964964
{
965-
uart_config_t uart_config;
965+
uart_config_t uart_config = {};
966966

967967
// get a pointer to the managed object instance and check that it's not NULL
968968
CLR_RT_HeapBlock *pThis = stack.This();

0 commit comments

Comments
 (0)