stm32/rtc.h: Include py/obj.h to make header self contained.

Signed-off-by: Damien George <damien@micropython.org>
pull/6399/head
Damien George 2020-09-10 20:46:40 +10:00
rodzic 547688c58c
commit 709398daae
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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;