unit tests to write MS logs #7222

only:refactoring
This commit is contained in:
rusefillc 2024-12-27 16:57:18 -05:00
parent 1a05ac1480
commit da20d20bd9
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
* @file binary_logging.h
*/
#include <cstddef>
#pragma once
#include "buffered_writer.h"
struct Writer;
int getSdCardFieldsCount();
void writeFileHeader(Writer& buffer);
void writeSdLogLine(Writer& buffer);