Remove anonymous structures (#9)

This commit was merged in pull request #9.
This commit is contained in:
Stefano Calabretti
2022-03-07 00:46:26 +01:00
committed by GitHub
parent e764a9ba12
commit a9fb248f3b
7 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ typedef uint32_t TimerRange;
* Represents the base-struct to manage a single RTR
* and allows to interface with the associated SCS's timer
*/
typedef struct {
typedef struct MmrCanScsEntry {
/**
* @brief
* The header used to index this entry.
@@ -74,7 +74,7 @@ typedef struct {
* @brief
* The results of an scsCheck operation.
*/
typedef enum {
typedef enum MmrCanScsCheckResult {
/**
* @brief No timeout error.
*/