px4 hardfault_log: Add SSARC dump backend support

This commit is contained in:
Peter van der Perk
2023-07-12 11:01:52 +02:00
committed by Daniel Agar
parent 68354dc760
commit d2915743cb
3 changed files with 76 additions and 5 deletions
@@ -66,6 +66,10 @@
#include <px4_platform/progmem_dump.h>
#endif
#ifdef HAS_SSARC
#include <ssarc_dump.h>
#endif
#include "chip.h"
#if defined(CONSTRAINED_FLASH_NO_HELP)