From bd4b3b1affd37b8a89ed0615083589088ce32bdc Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Fri, 24 Jun 2016 10:22:19 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9658
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 os/hal/boards/ST_STM32L476_DISCOVERY/board.c         | 2 +-
 os/hal/boards/ST_STM32L476_DISCOVERY/board.h         | 4 ++--
 os/hal/boards/ST_STM32L476_DISCOVERY/board.mk        | 4 ++--
 os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.c b/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
index 588163397..bfd3e8ada 100644
--- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
+++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
@@ -1,5 +1,5 @@
 /*
-    ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+    ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.h b/os/hal/boards/ST_STM32L476_DISCOVERY/board.h
index c36bf650d..53dcfeaf5 100644
--- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.h
+++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.h
@@ -1,5 +1,5 @@
 /*
-    ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+    ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -699,7 +699,7 @@
                                      PIN_ODR_HIGH(GPIOC_LCD_SEG14) |        \
                                      PIN_ODR_HIGH(GPIOC_LCD_SEG9) |         \
                                      PIN_ODR_HIGH(GPIOC_LCD_SEG13) |        \
-                                     PIN_ODR_LOW(GPIOC_OTG_FS_PSON) |       \
+                                     PIN_ODR_HIGH(GPIOC_OTG_FS_PSON) |      \
                                      PIN_ODR_HIGH(GPIOC_OTG_FS_OVCURR) |    \
                                      PIN_ODR_HIGH(GPIOC_OTG_FS_VBUS) |      \
                                      PIN_ODR_HIGH(GPIOC_OTG_FS_ID) |        \
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk b/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk
index bd86ee41a..845d6ca2d 100644
--- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk
+++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk
@@ -1,5 +1,5 @@
 # List of all the board related files.
-BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
 
 # Required include directories
-BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32L476_DISCOVERY
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg b/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg
index 7e1d79215..fe7dd57e6 100644
--- a/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg
+++ b/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg
@@ -438,7 +438,7 @@
       <pin9
         ID="OTG_FS_PSON"
         Type="PushPull"
-        Level="Low"
+        Level="High"
         Speed="Maximum"
         Resistor="Floating"
         Mode="Output"
-- 
cgit v1.2.3