forked from achamaikin/CCSModuleSW30Web
Add charging-phase PSU sudden-off diagnostics (v1.0.28).
Observability only: log can_lost/output_lost and status flags during Charging, without changing PSU recovery behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ void debug_buffer_send(void)
|
||||
__enable_irq();
|
||||
}
|
||||
|
||||
#define LOG_BUFFER_SIZE 128
|
||||
#define LOG_BUFFER_SIZE 256
|
||||
uint8_t log_buffer[LOG_BUFFER_SIZE];
|
||||
|
||||
// Кастомный printf с приоритетом лога
|
||||
|
||||
Reference in New Issue
Block a user