Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
Automated fixes for code style.
  • Loading branch information
nfbot committed Jan 15, 2024
1 parent 9398f00 commit 3c4da90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/HAL/Include/nanoHAL_Persistent_Storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@

// driver letters and paths

typedef enum {
typedef enum
{
SD,
USB,
SPI,
__STORAGE_TYPE_COUNT
} storage_type_t;

typedef struct {
typedef struct
{
char drive_letter[1];
uint8_t drive_index;
storage_type_t drive_type;
Expand Down

0 comments on commit 3c4da90

Please sign in to comment.