Änderung Definition und Vorbereitung merge zu master

This commit is contained in:
Florian Wetzel 2025-11-22 18:03:53 +01:00
parent 24c7ac65ce
commit fcdcef7e88

View File

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