endgültig fixed

This commit is contained in:
Niklas Kegelmann 2025-11-15 15:34:32 +01:00
parent cde43dfee2
commit 3546fa435f

View File

@ -5,6 +5,7 @@
#include "unity.h"
#include "neuralNetwork.h"
#define FILE_HEADER_STRING "__info2_neural_network_file_format__"
static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
{