diff options
author | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-06 16:39:09 +0000 |
---|---|---|
committer | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-06 16:39:09 +0000 |
commit | ec747ff6fbf6c22b244fb25bea3aa17ae8b6f8e7 (patch) | |
tree | c16ce221b35e3dbaa477024c1dfe3f7bd27ea1a4 /os/hal | |
parent | 94b40d58b1c0d7c113c3a88b98c362e6538fbb27 (diff) | |
download | ChibiOS-ec747ff6fbf6c22b244fb25bea3aa17ae8b6f8e7.tar.gz ChibiOS-ec747ff6fbf6c22b244fb25bea3aa17ae8b6f8e7.tar.bz2 ChibiOS-ec747ff6fbf6c22b244fb25bea3aa17ae8b6f8e7.zip |
* formatting/copy-paste error
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2060 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/hal_lld_f103.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/hal_lld_f105_f107.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/hal_lld_f103.h b/os/hal/platforms/STM32/hal_lld_f103.h index 3f8f1de48..4eb3e141d 100644 --- a/os/hal/platforms/STM32/hal_lld_f103.h +++ b/os/hal/platforms/STM32/hal_lld_f103.h @@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http:/**<www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/os/hal/platforms/STM32/hal_lld_f105_f107.h b/os/hal/platforms/STM32/hal_lld_f105_f107.h index fc4f0ef31..54b39de71 100644 --- a/os/hal/platforms/STM32/hal_lld_f105_f107.h +++ b/os/hal/platforms/STM32/hal_lld_f105_f107.h @@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http:/**<www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
|