bump fsfwgen dependency

This commit is contained in:
2022-03-07 11:34:32 +01:00
parent debc72014a
commit 59b89b730d
4 changed files with 5 additions and 5 deletions

View File

@ -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):