File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ int log_printfv(const char *format, va_list arg) {
1112
1112
return 0 ;
1113
1113
}
1114
1114
}
1115
- /*
1115
+ /*
1116
1116
// This causes dead locks with logging in specific cases and also with C++ constructors that may send logs
1117
1117
#if !CONFIG_DISABLE_HAL_LOCKS
1118
1118
if(s_uart_debug_nr != -1 && _uart_bus_array[s_uart_debug_nr].lock){
@@ -1122,7 +1122,7 @@ int log_printfv(const char *format, va_list arg) {
1122
1122
*/
1123
1123
vsnprintf (temp , len + 1 , format , arg );
1124
1124
ets_printf ("%s" , temp );
1125
- /*
1125
+ /*
1126
1126
// This causes dead locks with logging and also with constructors that may send logs
1127
1127
#if !CONFIG_DISABLE_HAL_LOCKS
1128
1128
if(s_uart_debug_nr != -1 && _uart_bus_array[s_uart_debug_nr].lock){
You can’t perform that action at this time.
0 commit comments