bump fsfwgen dependency
This commit is contained in:
parent
debc72014a
commit
59b89b730d
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @brief Auto-generated event translation file. Contains 144 translations.
|
||||
* @details
|
||||
* Generated on: 2022-03-07 11:07:14
|
||||
* Generated on: 2022-03-07 11:27:09
|
||||
*/
|
||||
#include "translateEvents.h"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bd76760052482f6f8fcdd84b88da963e61c9a48c
|
||||
Subproject commit 52f291692c4074a23743c799148b0432a4e405fa
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @brief Auto-generated event translation file. Contains 144 translations.
|
||||
* @details
|
||||
* Generated on: 2022-03-07 11:07:14
|
||||
* Generated on: 2022-03-07 11:27:09
|
||||
*/
|
||||
#include "translateEvents.h"
|
||||
|
||||
@ -151,7 +151,7 @@ const char *STR_HELPER_SENDING_PACKET_FAILED_STRING = "STR_HELPER_SENDING_PACKET
|
||||
const char *STR_HELPER_REQUESTING_MSG_FAILED_STRING = "STR_HELPER_REQUESTING_MSG_FAILED";
|
||||
|
||||
const char *translateEvents(Event event) {
|
||||
switch ((event & 0xFFFF)) {
|
||||
switch((event & 0xFFFF)) {
|
||||
case (2200):
|
||||
return STORE_SEND_WRITE_FAILED_STRING;
|
||||
case (2201):
|
||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
||||
Subproject commit 0bdc8f04a84eea798018f05cc31d079739eab527
|
||||
Subproject commit 20753e7c75b31c654a7790bc8fcda43771030136
|
Loading…
Reference in New Issue
Block a user