1
0
forked from fsfw/fsfw

include fixes

This commit is contained in:
2020-10-28 22:34:41 +01:00
parent 6325eb7647
commit b860d8bce7
16 changed files with 465 additions and 466 deletions

View File

@ -2,7 +2,7 @@
#include "catch.hpp"
#include <array>
#include "core/CatchDefinitions.h"
#include "../../core/CatchDefinitions.h"
static bool test_value_bool = true;
static uint8_t tv_uint8 {5};