Skip to content

Commit 0067849

Browse files
committed
fw/kernel/tasks: fix ifdeffery typo for SF32LB52 MPU regions
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 9cae50c commit 0067849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/kernel/pebble_tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void pebble_task_create(PebbleTask pebble_task, TaskParameters_t *task_params,
212212

213213
const MpuRegion *region_ptrs[portNUM_CONFIGURABLE_REGIONS] = {
214214
// FIXME(SF32LB52): Not supported on ARMv8 MPU yet
215-
#ifdef MICRO_FAMILY_SF32LB52
215+
#ifndef MICRO_FAMILY_SF32LB52
216216
&app_region,
217217
&worker_region,
218218
stack_guard_region,

0 commit comments

Comments
 (0)