mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user