Skip to content

Commit 7097e07

Browse files
committed
stm32 ticker: typo corrections
1 parent d8e839a commit 7097e07

File tree

55 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+165
-165
lines changed

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -42,5 +42,5 @@
4242
}
4343
#endif
4444

45-
#endif // __HAL_TICK_H
45+
#endif // __US_TICKER_DATA_H
4646

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -42,5 +42,5 @@
4242
}
4343
#endif
4444

45-
#endif // __HAL_TICK_H
45+
#endif // __US_TICKER_DATA_H
4646

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@ extern "C" {
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@ extern "C" {
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -42,5 +42,5 @@
4242
}
4343
#endif
4444

45-
#endif // __HAL_TICK_H
45+
#endif // __US_TICKER_DATA_H
4646

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@ extern "C" {
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303x8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/device/us_ticker_data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#ifndef __HAL_TICK_H
17-
#define __HAL_TICK_H
16+
#ifndef __US_TICKER_DATA_H
17+
#define __US_TICKER_DATA_H
1818

1919
#ifdef __cplusplus
2020
extern "C" {
@@ -41,5 +41,5 @@
4141
}
4242
#endif
4343

44-
#endif // __HAL_TICK_H
44+
#endif // __US_TICKER_DATA_H
4545

0 commit comments

Comments
 (0)