System and Subsystem Init #166

Merged
meierj merged 73 commits from mueller/system-subsystems into develop 2022-03-22 17:41:20 +01:00
102 changed files with 2158 additions and 2881 deletions
Showing only changes of commit 59b89b730d - Show all commits

View File

@ -1,7 +1,7 @@
/** /**
* @brief Auto-generated event translation file. Contains 144 translations. * @brief Auto-generated event translation file. Contains 144 translations.
* @details * @details
* Generated on: 2022-03-07 11:07:14 * Generated on: 2022-03-07 11:27:09
*/ */
#include "translateEvents.h" #include "translateEvents.h"

View File

@ -1,7 +1,7 @@
/** /**
* @brief Auto-generated event translation file. Contains 144 translations. * @brief Auto-generated event translation file. Contains 144 translations.
* @details * @details
* Generated on: 2022-03-07 11:07:14 * Generated on: 2022-03-07 11:27:09
*/ */
#include "translateEvents.h" #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 *STR_HELPER_REQUESTING_MSG_FAILED_STRING = "STR_HELPER_REQUESTING_MSG_FAILED";
const char *translateEvents(Event event) { const char *translateEvents(Event event) {
switch ((event & 0xFFFF)) { switch((event & 0xFFFF)) {
case (2200): case (2200):
return STORE_SEND_WRITE_FAILED_STRING; return STORE_SEND_WRITE_FAILED_STRING;
case (2201): case (2201):

2
tmtc

Submodule tmtc updated: 0bdc8f04a8...20753e7c75