diff --git a/src/main/drivers/resource.c b/src/main/drivers/resource.c index 0bdf92ae7..13cdf530b 100644 --- a/src/main/drivers/resource.c +++ b/src/main/drivers/resource.c @@ -62,6 +62,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = { "TRANSPONDER", "VTX", "COMPASS_CS", + "SPI_PREINIT", "RX_BIND_PLUG", }; diff --git a/src/main/drivers/resource.h b/src/main/drivers/resource.h index aae459815..f79990ea8 100644 --- a/src/main/drivers/resource.h +++ b/src/main/drivers/resource.h @@ -62,6 +62,7 @@ typedef enum { OWNER_TRANSPONDER, OWNER_VTX, OWNER_COMPASS_CS, + OWNER_SPI_PREINIT, OWNER_RX_BIND_PLUG, OWNER_TOTAL_COUNT } resourceOwner_e;