mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 23:45:11 +00:00
Merged in david_s5/nuttx/upstream_togreg (pull request #4)
Fixed const warning
This commit is contained in:
commit
8f6ddcb73f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue