diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-28 18:58:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-28 18:58:07 +0000 |
commit | ab3e72edaa76d549f42947f1cfd1479545d9341c (patch) | |
tree | 16d511c069292b460680db8d6277f89547fc3660 /os/hal/platforms | |
parent | 6b5ddb71fcb396ec826a283427b4771018d193e8 (diff) | |
download | ChibiOS-ab3e72edaa76d549f42947f1cfd1479545d9341c.tar.gz ChibiOS-ab3e72edaa76d549f42947f1cfd1479545d9341c.tar.bz2 ChibiOS-ab3e72edaa76d549f42947f1cfd1479545d9341c.zip |
GPT tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2780 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c index cbbdf1587..7878bb518 100644 --- a/os/hal/platforms/STM32/hal_lld.c +++ b/os/hal/platforms/STM32/hal_lld.c @@ -57,7 +57,7 @@ */
void hal_lld_init(void) {
- /* Reset of all the peripherals.*/
+ /* Reset of all peripherals.*/
RCC->APB1RSTR = 0xFFFFFFFF;
RCC->APB2RSTR = 0xFFFFFFFF;
RCC->APB1RSTR = 0;
|