Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Aug 26, 2024
1 parent a1a97c5 commit 7bd7c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions neureka/bsp/astral/neureka_astral_bsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ void neureka_astral_event_wait_and_clear() {
}

static const neureka_dev_t neureka_astral_dev = {
.hwpe_dev = (struct hwpe_dev_t){
.base_addr = (volatile uint32_t *)NEUREKA_ASTRAL_BASE_ADDR}};
.hwpe_dev = (struct hwpe_dev_t) {
.base_addr = (volatile uint32_t *) NEUREKA_ASTRAL_BASE_ADDR
}
};

const neureka_dev_t *neureka_astral_get_dev() {
return &neureka_astral_dev;
Expand Down
2 changes: 0 additions & 2 deletions neureka/hal/neureka_task_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

#define NEUREKA_ECC_REGS_NUM (4)

#define NEUREKA_ECC_REGS_NUM (4)

/* TASK REGISTERS */

// job configuration
Expand Down

0 comments on commit 7bd7c08

Please sign in to comment.