Move the Kryoflux and Catweasel stuff into external.

This commit is contained in:
David Given
2024-10-15 00:52:02 +02:00
parent 7983a4b883
commit 7da4e15b73
12 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
#include <stdlib.h>
#include "lib/core/globals.h"
#include "lib/data/fluxmap.h"
#include "lib/fluxsource/kryoflux.h"
#include "lib/external/kryoflux.h"
static void test_convert(const Bytes& kryofluxbytes, const Bytes& fluxmapbytes)
{