Skip to content

Commit

Permalink
reset default config
Browse files Browse the repository at this point in the history
  • Loading branch information
lulle2007200 committed Aug 5, 2022
1 parent 6df9a84 commit 7a3f8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ums-loader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ typedef struct ums_loader_ums_cfg_t{
}ums_loader_ums_cfg_t;

ums_loader_boot_cfg_t ums_loader_boot_cfg __attribute__((__section__("._ums_loader_cfg"))) = {
.magic = 0x1,
.config = 0x6,
.magic = 0x0,
.config = 0x2,
};

typedef struct ums_toggle_cb_data_t{
Expand Down

0 comments on commit 7a3f8d4

Please sign in to comment.