From a71035d4b77aa867126355512fa4d69094f19447 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sun, 28 Jul 2019 14:10:48 +0200 Subject: [PATCH] Specified default for hardware mode --- hardware0.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware0.hpp b/hardware0.hpp index 81aa614..4c7ecb6 100644 --- a/hardware0.hpp +++ b/hardware0.hpp @@ -17,7 +17,7 @@ enum class Driven { BLOCKING, }; -template , Driven driven = Driven::INTERRUPT> +template , Driven driven = Driven::INTERRUPT> class hardware0 { public: using data_t = typename cfg::data_t;