From 089f21fb42d3dd5e1f5d94993a35d87d94f405c3 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 5 May 2018 17:13:00 +0200 Subject: Add top comments --- hal/confbits.hpp | 5 +++++ hal/hwconfig.cpp | 5 +++++ hal/hwconfig.hpp | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/hal/confbits.hpp b/hal/confbits.hpp index 9af7023..222abda 100644 --- a/hal/confbits.hpp +++ b/hal/confbits.hpp @@ -1,3 +1,8 @@ +/* + * File: confbits.cpp + * Author: naopross + */ + #ifndef CONFBITS_HPP #define CONFBITS_HPP diff --git a/hal/hwconfig.cpp b/hal/hwconfig.cpp index a3b4b46..f443f59 100644 --- a/hal/hwconfig.cpp +++ b/hal/hwconfig.cpp @@ -1,3 +1,8 @@ +/* + * File: hwconfig.cpp + * Author: naopross + */ + #include "hwconfig.hpp" extern "C" { diff --git a/hal/hwconfig.hpp b/hal/hwconfig.hpp index 2195b8e..8a5406f 100644 --- a/hal/hwconfig.hpp +++ b/hal/hwconfig.hpp @@ -1,3 +1,8 @@ +/* + * File: hwconfig.hpp + * Author: naopross + */ + #ifndef HWCONFIG_HPP #define HWCONFIG_HPP -- cgit v1.2.1