Fixed const warning

This commit is contained in:
David Sidrane 2016-04-21 16:45:32 -10:00
parent ceac1dcaee
commit fd794111ad

View File

@ -680,7 +680,7 @@ xcpt_t board_button_irq(int id, xcpt_t irqhandler);
****************************************************************************/
#ifdef CONFIG_BOARD_CRASHDUMP
void board_crashdump(uint32_t currentsp, void *tcb, uint8_t *filename,
void board_crashdump(uint32_t currentsp, void *tcb, const uint8_t *filename,
int lineno);
#endif