diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-01 18:59:37 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-01 19:00:33 -0400 |
commit | be4a588d845b978a05b3ee962c87a28888cb805a (patch) | |
tree | 5e0be58db3242cd8576f55dc24515de0dd33cb86 /core | |
parent | 87c85a6449385b1256e0c64bbf5369c4faf9746d (diff) | |
download | librambutan-be4a588d845b978a05b3ee962c87a28888cb805a.tar.gz librambutan-be4a588d845b978a05b3ee962c87a28888cb805a.zip |
Fix deleted lines from botched relicensing.
Accidentally deleted too many lines during relicensing, fix the
remaining files. Should compile now.
Diffstat (limited to 'core')
-rw-r--r-- | core/comm/HardwareUsb.cpp | 1 | ||||
-rw-r--r-- | core/comm/HardwareUsb.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/comm/HardwareUsb.cpp b/core/comm/HardwareUsb.cpp index 6773c5a..2012c2e 100644 --- a/core/comm/HardwareUsb.cpp +++ b/core/comm/HardwareUsb.cpp @@ -22,6 +22,7 @@ * THE SOFTWARE. * ****************************************************************************/ +/** * @brief Wiring like serial api to USB virtual COM */ diff --git a/core/comm/HardwareUsb.h b/core/comm/HardwareUsb.h index fca9e69..ee13f40 100644 --- a/core/comm/HardwareUsb.h +++ b/core/comm/HardwareUsb.h @@ -22,6 +22,7 @@ * THE SOFTWARE. * ****************************************************************************/ +/** * @brief Wiring like serial api to USB virtual COM */ |