diff options
Diffstat (limited to 'os/hal')
| -rw-r--r-- | os/hal/platforms/LPC214x/vic.c | 1 | ||||
| -rw-r--r-- | os/hal/platforms/STM8L/platform.dox | 1 | ||||
| -rw-r--r-- | os/hal/platforms/STM8S/platform.dox | 3 | 
3 files changed, 2 insertions, 3 deletions
| diff --git a/os/hal/platforms/LPC214x/vic.c b/os/hal/platforms/LPC214x/vic.c index 97dbf4851..f1b75aa80 100644 --- a/os/hal/platforms/LPC214x/vic.c +++ b/os/hal/platforms/LPC214x/vic.c @@ -26,6 +26,7 @@   */
  #include "ch.h"
 +#include "hal.h"
  /**
   * @brief   VIC Initialization.
 diff --git a/os/hal/platforms/STM8L/platform.dox b/os/hal/platforms/STM8L/platform.dox index 8646b5978..b1b74251e 100644 --- a/os/hal/platforms/STM8L/platform.dox +++ b/os/hal/platforms/STM8L/platform.dox @@ -45,7 +45,6 @@   * @details The STM8L PAL driver uses the GPIO peripherals.
   *
   * @section stm8l_pal_1 Supported HW resources
 - * - AFIO.
   * - GPIOA.
   * - GPIOB.
   * - GPIOC.
 diff --git a/os/hal/platforms/STM8S/platform.dox b/os/hal/platforms/STM8S/platform.dox index 2bf6f73a3..d05bb4af6 100644 --- a/os/hal/platforms/STM8S/platform.dox +++ b/os/hal/platforms/STM8S/platform.dox @@ -18,7 +18,7 @@  */
  /**
 - * @defgroup STM8S STM8Sx Drivers
 + * @defgroup STM8S STM8S Drivers
   * @details This section describes all the supported drivers on the STM8S
   *          platform and the implementation details of the single drivers.
   *
 @@ -44,7 +44,6 @@   * @details The STM8S PAL driver uses the GPIO peripherals.
   *
   * @section stm8s_pal_1 Supported HW resources
 - * - AFIO.
   * - GPIOA.
   * - GPIOB.
   * - GPIOC.
 | 
