[demos][avr] Fix error CH_CFG_USE_DELEGATES requires CH_CFG_USE_MESSAGES

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13295 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Theodore Ateba 2020-01-18 15:37:34 +00:00
parent b2c4e5c7c3
commit 72f8edfd81
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
* @note The default is @p TRUE.
*/
#if !defined(CH_CFG_USE_MESSAGES)
#define CH_CFG_USE_MESSAGES FALSE
#define CH_CFG_USE_MESSAGES TRUE
#endif
/**