gdbstub_plugin/src/main.h
Maschell 81865c82e5 Revert "Bump version"
This reverts commit 6eeb466010.
2023-11-18 20:49:11 +01:00

11 lines
295 B
C

#pragma once
#include "version.h"
#define PLUGIN_VERSION "v0.1"
#define PLUGIN_VERSION_FULL PLUGIN_VERSION PLUGIN_VERSION_EXTRA
// Uncomment to log incoming and outgoing packet
// #define PACKET_LOGGING
// Uncomment to add driver threads to the thread list
// #define SHOW_DRIVER_THREADS