From 8a40b873be5fb5062cc3d95b284daec2c2ba8fb3 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Mon, 26 Feb 2024 15:10:56 +0100 Subject: [PATCH] register: fix wrong fomatter declaration Signed-off-by: Niklas Eiling --- fpga/include/villas/fpga/ips/register.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fpga/include/villas/fpga/ips/register.hpp b/fpga/include/villas/fpga/ips/register.hpp index 42d268daf..05f035f5b 100644 --- a/fpga/include/villas/fpga/ips/register.hpp +++ b/fpga/include/villas/fpga/ips/register.hpp @@ -43,5 +43,4 @@ protected: template <> class fmt::formatter : public fmt::ostream_formatter {}; -template <> #endif