Refactor core libraries into their own library.

This commit is contained in:
David Given
2024-10-01 20:36:53 +02:00
parent fb6fa969a8
commit ca940d1599
425 changed files with 28872 additions and 20698 deletions

View File

@@ -1,7 +1,7 @@
#include "lib/globals.h"
#include "lib/core/globals.h"
#include "protocol.h"
#include "lib/fluxmap.h"
#include "lib/bytes.h"
#include "lib/core/bytes.h"
#include "lib/usb/usb.pb.h"
#include "greaseweazle.h"
#include "serial.h"