diff options
author | Nao Pross <naopross@thearcway.org> | 2018-05-05 17:13:00 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-05-05 17:13:00 +0200 |
commit | 089f21fb42d3dd5e1f5d94993a35d87d94f405c3 (patch) | |
tree | ab4c9fef60124d334e5483baaf6461343199d5d3 | |
parent | Implement TX read(n) and readline() (not working yet) (diff) | |
download | SAMLiquidSmoke-089f21fb42d3dd5e1f5d94993a35d87d94f405c3.tar.gz SAMLiquidSmoke-089f21fb42d3dd5e1f5d94993a35d87d94f405c3.zip |
Add top comments
-rw-r--r-- | hal/confbits.hpp | 5 | ||||
-rw-r--r-- | hal/hwconfig.cpp | 5 | ||||
-rw-r--r-- | hal/hwconfig.hpp | 5 |
3 files changed, 15 insertions, 0 deletions
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 |