9 lines
148 B
C
Raw Normal View History

2022-03-01 13:34:12 +01:00
#pragma once
#include <cstddef>
#define FSFW_CPP_OSTREAM_ENABLED 1
namespace fsfwconfig {
static constexpr size_t FSFW_PRINT_BUFFER_SIZE = 256;
}