Files
TencentOS-tiny/board/BearPi_STM32L431RC/BSP/Inc/tickless/bsp_pm_device.h
2019-09-21 21:19:15 +08:00

12 lines
130 B
C

#ifndef _PM_DEVICE_H_
#define _PM_DEVICE_H_
#if TOS_CFG_PWR_MGR_EN > 0u
extern k_pm_device_t pm_device_uart;
#endif
#endif