9 lines
148 B
C
9 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstddef>
|
||
|
|
||
|
#define FSFW_CPP_OSTREAM_ENABLED 1
|
||
|
|
||
|
namespace fsfwconfig {
|
||
|
static constexpr size_t FSFW_PRINT_BUFFER_SIZE = 256;
|
||
|
}
|