stm32/rtc.h: Include py/obj.h to make header self contained.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
547688c58c
commit
709398daae
|
@ -26,6 +26,8 @@
|
|||
#ifndef MICROPY_INCLUDED_STM32_RTC_H
|
||||
#define MICROPY_INCLUDED_STM32_RTC_H
|
||||
|
||||
#include "py/obj.h"
|
||||
|
||||
extern RTC_HandleTypeDef RTCHandle;
|
||||
extern const mp_obj_type_t pyb_rtc_type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue