aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/rtc.h')
-rw-r--r--ports/stm32/rtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/rtc.h b/ports/stm32/rtc.h
index 09ab2aedf..307f8885e 100644
--- a/ports/stm32/rtc.h
+++ b/ports/stm32/rtc.h
@@ -23,8 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_STMHAL_RTC_H
-#define MICROPY_INCLUDED_STMHAL_RTC_H
+#ifndef MICROPY_INCLUDED_STM32_RTC_H
+#define MICROPY_INCLUDED_STM32_RTC_H
extern RTC_HandleTypeDef RTCHandle;
extern const mp_obj_type_t pyb_rtc_type;
@@ -32,4 +32,4 @@ extern const mp_obj_type_t pyb_rtc_type;
void rtc_init_start(bool force_init);
void rtc_init_finalise(void);
-#endif // MICROPY_INCLUDED_STMHAL_RTC_H
+#endif // MICROPY_INCLUDED_STM32_RTC_H