8000 stm32/rtc.h: Include py/obj.h to make header self contained. · tve/micropython@709398d · GitHub
[go: up one dir, main page]

Skip to content

Commit 709398d

Browse files
committed
stm32/rtc.h: Include py/obj.h to make header self contained.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 547688c commit 709398d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm32/rtc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef MICROPY_INCLUDED_STM32_RTC_H
2727
#define MICROPY_INCLUDED_STM32_RTC_H
2828

29+
#include "py/obj.h"
30+
2931
extern RTC_HandleTypeDef RTCHandle;
3032
extern const mp_obj_type_t pyb_rtc_type;
3133

0 commit comments

Comments
 (0)
0