From d189f8c18998095412c3ff1a218d6fbc03809bed Mon Sep 17 00:00:00 2001 From: "sc943313837@gmail.com" Date: Sat, 15 Sep 2012 12:54:18 +0000 Subject: [PATCH] delete the config of PM git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2291 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/include/rtdevice.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/drivers/include/rtdevice.h b/components/drivers/include/rtdevice.h index 846aac692..afc4ac7da 100644 --- a/components/drivers/include/rtdevice.h +++ b/components/drivers/include/rtdevice.h @@ -86,10 +86,6 @@ rt_size_t rt_ringbuffer_emptry_size(struct rt_ringbuffer* rb); #endif /* RT_USING_I2C */ -#ifdef RT_USING_PM -#include "drivers/pm.h" -#endif - #ifdef RT_USING_SDIO #include "drivers/mmcsd_core.h" #include "drivers/sd.h" -- GitLab