git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7523 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-11-19 15:02:48 +00:00
parent afa584c197
commit 8f8502fade
1 changed files with 4 additions and 4 deletions

View File

@ -39,14 +39,14 @@
/* Module pre-compile time settings. */
/*===========================================================================*/
#if !CH_CFG_USE_MEMCORE
#error "CH_CFG_USE_MEMPOOLS requires CH_CFG_USE_MEMCORE"
#endif
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
#if !CH_CFG_USE_MEMCORE
#error "CH_CFG_USE_MEMPOOLS requires CH_CFG_USE_MEMCORE"
#endif
/*===========================================================================*/
/* Module data structures and types. */
/*===========================================================================*/