FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/riviera/rvf/rvf_pool_size.h @ 149:971e84124a6f
gsm-fw/bsp/abb+spi: preening of header files, first pass
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 16 Nov 2013 19:41:30 +0000 |
parents | afceeeb2cba1 |
children | dbfc9ff4e8d2 |
comparison
equal
deleted
inserted
replaced
148:63750f70796d | 149:971e84124a6f |
---|---|
428 | 428 |
429 /* | 429 /* |
430 * SPI SWE | 430 * SPI SWE |
431 */ | 431 */ |
432 #ifdef RVM_SPI_SWE | 432 #ifdef RVM_SPI_SWE |
433 #include "spi/spi_pool_size.h" | 433 #include "../../bsp/abb+spi/spi_pool_size.h" |
434 #define RVF_SPI_POOL_SIZE (SPI_POOL_SIZE) | 434 #define RVF_SPI_POOL_SIZE (SPI_POOL_SIZE) |
435 #else | 435 #else |
436 #define RVF_SPI_POOL_SIZE (0) | 436 #define RVF_SPI_POOL_SIZE (0) |
437 #endif | 437 #endif |
438 | 438 |