From dc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 19 Sep 2020 03:42:03 +0200 Subject: Work on xml-to-html converter for register documentation --- hw_html/mcureg.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hw_html/mcureg.cpp (limited to 'hw_html/mcureg.cpp') diff --git a/hw_html/mcureg.cpp b/hw_html/mcureg.cpp new file mode 100644 index 0000000..f894d42 --- /dev/null +++ b/hw_html/mcureg.cpp @@ -0,0 +1,5 @@ +#include "mcureg.hpp" + +mcureg::mcureg(mcureg::access access) +{ +} -- cgit v1.2.3