ifdef shell _heap_handler for corresponding module

This commit is contained in:
Ludwig Ortmann 2014-02-25 10:08:58 +01:00
parent 3fd73c60c6
commit 61df6e05a3

View File

@ -29,7 +29,9 @@ extern void _reboot_handler(char *unused);
extern void _id_handler(char *id);
#endif
#ifdef MODULE_LPC_COMMON
extern void _heap_handler(char *unused);
#endif
#ifdef MODULE_PS
extern void _ps_handler(char *unused);