Change include guard prefix to STA_CORE

This commit is contained in:
Henrik Stickann
2023-01-19 23:35:15 +01:00
parent c4ef41ddf7
commit 7f2f4a4df9
38 changed files with 121 additions and 121 deletions

View File

@@ -2,8 +2,8 @@
* @file
* @brief Helper macros for STM32 clock queries.
*/
#ifndef STA_STM32_CLOCKS_HPP
#define STA_STM32_CLOCKS_HPP
#ifndef STA_CORE_STM32_CLOCKS_HPP
#define STA_CORE_STM32_CLOCKS_HPP
/**
* @defgroup stm32 STM32
@@ -96,4 +96,4 @@
/** @} */
#endif // STA_STM32_CLOCKS_HPP
#endif // STA_CORE_STM32_CLOCKS_HPP