regenerate returnvalues

This commit is contained in:
2022-03-04 10:29:56 +01:00
parent bc310c9dfb
commit 38e5a97015
6 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 152 translations.
* @details
* Generated on: 2022-03-04 10:23:38
* Generated on: 2022-03-04 10:29:12
*/
#include "translateEvents.h"
@ -159,7 +159,7 @@ const char *U_HPA_OUT_OF_BOUNDS_STRING = "U_HPA_OUT_OF_BOUNDS";
const char *I_HPA_OUT_OF_BOUNDS_STRING = "I_HPA_OUT_OF_BOUNDS";
const char *translateEvents(Event event) {
switch((event & 0xFFFF)) {
switch ((event & 0xFFFF)) {
case (2200):
return STORE_SEND_WRITE_FAILED_STRING;
case (2201):