diff --git a/src/printer/posprinter.h b/src/printer/posprinter.h index e9ca7df..49e6078 100644 --- a/src/printer/posprinter.h +++ b/src/printer/posprinter.h @@ -8,6 +8,10 @@ #include +#ifdef DELETE +#undef DELETE +#endif + struct SupportedPrinters { std::array, 2> models{ // {Vendor ID, Model ID, Endpoint} @@ -54,4 +58,4 @@ class PosPrinter int printerEndpoint_{0x03}; }; -#endif \ No newline at end of file +#endif