diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-10 23:49:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 23:49:24 +1000 |
commit | 4f66a7a3258bae4d2a859529a719bb5142506346 (patch) | |
tree | a26927541c77349244d2bc043f7795eb41f2e068 /LUFA/CodeTemplates | |
parent | ce10f7642b0459e409839b23cc91498945119b4d (diff) | |
parent | 0dfd13588686bb5e3da0eab99b2426261c3b4d14 (diff) | |
download | lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.gz lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.bz2 lufa-4f66a7a3258bae4d2a859529a719bb5142506346.zip |
Merge pull request #4 from drashna/update_master
Update master
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Board.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Board.h b/LUFA/CodeTemplates/DriverStubs/Board.h index 9e5f04b6a..7b33cafb1 100644 --- a/LUFA/CodeTemplates/DriverStubs/Board.h +++ b/LUFA/CodeTemplates/DriverStubs/Board.h @@ -77,6 +77,3 @@ #endif #endif - -/** @} */ - |