From 6f66ee975dc78c6a6d62ee10badf73ba1c1951be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 20 Oct 2015 10:01:47 +0200 Subject: [PATCH] Fixed incorrect file header comments (wrong file names) --- lib/INI_ADC.s | 2 +- lib/INI_AES.s | 2 +- lib/INI_COMP.s | 2 +- lib/INI_DAC.s | 2 +- lib/INI_DBGMCU.s | 2 +- lib/INI_DMA.s | 2 +- lib/INI_FLASH.s | 2 +- lib/INI_FSMC.s | 2 +- lib/INI_I2C.s | 2 +- lib/INI_LCD.s | 2 +- lib/INI_NVIC.s | 2 +- lib/INI_OPAMP.s | 2 +- lib/INI_PWR.s | 2 +- lib/INI_RCC.s | 2 +- lib/INI_RI.s | 2 +- lib/INI_RTC.s | 2 +- lib/INI_SDIO.s | 2 +- lib/INI_SPI.s | 2 +- lib/INI_SYSCFG.s | 2 +- lib/INI_TIM.s | 2 +- lib/INI_USART.s | 2 +- lib/INI_WDG.s | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/INI_ADC.s b/lib/INI_ADC.s index 4aac5a3..b48bdc8 100644 --- a/lib/INI_ADC.s +++ b/lib/INI_ADC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_ADC.S +; SOUBOR : INI_ADC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro ADC diff --git a/lib/INI_AES.s b/lib/INI_AES.s index a3082a1..75e4ab8 100644 --- a/lib/INI_AES.s +++ b/lib/INI_AES.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_AES.S +; SOUBOR : INI_AES.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro AES (crypto); diff --git a/lib/INI_COMP.s b/lib/INI_COMP.s index 1cdaea0..bdcffc4 100644 --- a/lib/INI_COMP.s +++ b/lib/INI_COMP.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_COMP.S +; SOUBOR : INI_COMP.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro COMP (analogovy komparator) diff --git a/lib/INI_DAC.s b/lib/INI_DAC.s index ee44af8..fec017c 100644 --- a/lib/INI_DAC.s +++ b/lib/INI_DAC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_DAC.S +; SOUBOR : INI_DAC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro DAC (digitalne-analogovy prevodnik) diff --git a/lib/INI_DBGMCU.s b/lib/INI_DBGMCU.s index 7fb2b81..ad633fb 100644 --- a/lib/INI_DBGMCU.s +++ b/lib/INI_DBGMCU.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_DBGMCU.S +; SOUBOR : INI_DBGMCU.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro DBGMCU (Debug MCU control) diff --git a/lib/INI_DMA.s b/lib/INI_DMA.s index 1b95bfe..217b5da 100644 --- a/lib/INI_DMA.s +++ b/lib/INI_DMA.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_DMA.S +; SOUBOR : INI_DMA.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro DMA (Direct memory access) diff --git a/lib/INI_FLASH.s b/lib/INI_FLASH.s index 2d8f77e..10decb3 100644 --- a/lib/INI_FLASH.s +++ b/lib/INI_FLASH.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_FLASH.S +; SOUBOR : INI_FLASH.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro FLASH diff --git a/lib/INI_FSMC.s b/lib/INI_FSMC.s index c73ad48..6f992cc 100644 --- a/lib/INI_FSMC.s +++ b/lib/INI_FSMC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_FSMC.S +; SOUBOR : INI_FSMC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro FSMC (ext. memory communication) diff --git a/lib/INI_I2C.s b/lib/INI_I2C.s index 934c241..f0a7333 100644 --- a/lib/INI_I2C.s +++ b/lib/INI_I2C.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_I2C.S +; SOUBOR : INI_I2C.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro I2C diff --git a/lib/INI_LCD.s b/lib/INI_LCD.s index 447db55..57d6fda 100644 --- a/lib/INI_LCD.s +++ b/lib/INI_LCD.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_LCD.S +; SOUBOR : INI_LCD.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro LCD diff --git a/lib/INI_NVIC.s b/lib/INI_NVIC.s index 4100b61..45e043f 100644 --- a/lib/INI_NVIC.s +++ b/lib/INI_NVIC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_NVIC.S +; SOUBOR : INI_NVIC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro NVIC (system preruseni) diff --git a/lib/INI_OPAMP.s b/lib/INI_OPAMP.s index 9667be7..07c839a 100644 --- a/lib/INI_OPAMP.s +++ b/lib/INI_OPAMP.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_OPAMP.S +; SOUBOR : INI_OPAMP.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro OPAMP diff --git a/lib/INI_PWR.s b/lib/INI_PWR.s index 6dc8a9f..edd7938 100644 --- a/lib/INI_PWR.s +++ b/lib/INI_PWR.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_PWR.S +; SOUBOR : INI_PWR.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro PWR (napajeni, sleep...) diff --git a/lib/INI_RCC.s b/lib/INI_RCC.s index c878e6f..1df3c8b 100644 --- a/lib/INI_RCC.s +++ b/lib/INI_RCC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_RCC.S +; SOUBOR : INI_RCC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro RCC (nastaveni hodin) diff --git a/lib/INI_RI.s b/lib/INI_RI.s index 5c220b1..e7a7610 100644 --- a/lib/INI_RI.s +++ b/lib/INI_RI.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_RI.S +; SOUBOR : INI_RI.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro RI (analogove propojky) diff --git a/lib/INI_RTC.s b/lib/INI_RTC.s index 63b0b2c..9f7e300 100644 --- a/lib/INI_RTC.s +++ b/lib/INI_RTC.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_RTC.S +; SOUBOR : INI_RTC.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro RTC (obvod realneho casu) diff --git a/lib/INI_SDIO.s b/lib/INI_SDIO.s index a39583e..d9ea393 100644 --- a/lib/INI_SDIO.s +++ b/lib/INI_SDIO.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_SDIO.S +; SOUBOR : INI_SDIO.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro SDIO diff --git a/lib/INI_SPI.s b/lib/INI_SPI.s index fa094be..a046237 100644 --- a/lib/INI_SPI.s +++ b/lib/INI_SPI.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_SPI.S +; SOUBOR : INI_SPI.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro SPI diff --git a/lib/INI_SYSCFG.s b/lib/INI_SYSCFG.s index 9f80782..d946e5a 100644 --- a/lib/INI_SYSCFG.s +++ b/lib/INI_SYSCFG.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_SYSCFG.S +; SOUBOR : INI_SYSCFG.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro SYSCFG (EXTI routing atd.) diff --git a/lib/INI_TIM.s b/lib/INI_TIM.s index 3e3777b..313f5a1 100644 --- a/lib/INI_TIM.s +++ b/lib/INI_TIM.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_TIM.S +; SOUBOR : INI_TIM.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro TIM (casovace) diff --git a/lib/INI_USART.s b/lib/INI_USART.s index 05c52a8..2c86002 100644 --- a/lib/INI_USART.s +++ b/lib/INI_USART.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_USART.S +; SOUBOR : INI_USART.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro USART diff --git a/lib/INI_WDG.s b/lib/INI_WDG.s index 5765aa3..58af638 100644 --- a/lib/INI_WDG.s +++ b/lib/INI_WDG.s @@ -1,5 +1,5 @@ ;******************************************************************************** -; SOUBOR : INI_BITS_WWDG.S +; SOUBOR : INI_WWDG.S ; AUTOR : Petr Dousa, Ondrej Hruska ; DATUM : 10/2015 ; POPIS : Bitove masky ridicich registru pro WWDG