comparison gsm-fw/riviera/rvf/rvf_pool_size.h @ 160:dbfc9ff4e8d2

gsm-fw: starting to compile RTC code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 22:52:52 +0000
parents 971e84124a6f
children 9dbf3248a197
comparison
equal deleted inserted replaced
159:3c42e6e5fc04 160:dbfc9ff4e8d2
401 401
402 /* 402 /*
403 * RTC SWE 403 * RTC SWE
404 */ 404 */
405 #ifdef RVM_RTC_SWE 405 #ifdef RVM_RTC_SWE
406 #include "rtc/rtc_pool_size.h" 406 #include "../../bsp/rtc/rtc_pool_size.h"
407 #define RVF_RTC_POOL_SIZE (RTC_POOL_SIZE) 407 #define RVF_RTC_POOL_SIZE (RTC_POOL_SIZE)
408 #else 408 #else
409 #define RVF_RTC_POOL_SIZE (0) 409 #define RVF_RTC_POOL_SIZE (0)
410 #endif 410 #endif
411 411