From 1551204bdbd26e06deebc4c18a90674f72e88ac3 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 15 Aug 2018 14:07:15 +0200 Subject: [PATCH] typo --- src/printer/posprinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printer/posprinter.h b/src/printer/posprinter.h index 49e6078..a5f788c 100644 --- a/src/printer/posprinter.h +++ b/src/printer/posprinter.h @@ -16,7 +16,7 @@ struct SupportedPrinters { std::array, 2> models{ // {Vendor ID, Model ID, Endpoint} std::make_tuple(0x0456, 0x0808, 0x03), - std::tuple(0x0416, 0x5011, 0x03), + std::make_tuple(0x0416, 0x5011, 0x03), }; };