Skip to content

Commit

Permalink
Merge pull request #14 from nanoframework/nfbot/clang-format-fix/93e5…
Browse files Browse the repository at this point in the history
…1c5c-6115-4d92-994d-6898cbf8f3e1

Code style fixes for nanoframework/nf-interpreter PR#2849
  • Loading branch information
networkfusion authored Jan 15, 2024
2 parents 9398f00 + 3c4da90 commit 34db015
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 34db015

Please sign in to comment.