Skip to content

Commit

Permalink
mlonmcu/setup/tasks/riscv_gcc.py: fix _validate_riscv_gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 22, 2025
1 parent 68d10dc commit 628a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlonmcu/setup/tasks/riscv_gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _validate_riscv_gcc(context: MlonMcuContext, params=None):
if vext:
if not context.environment.has_feature("vext"):
return False
elif pext:
if pext:
if not context.environment.has_feature("pext"):
return False
if xlen == 32 and not enable_rv32:
Expand Down

0 comments on commit 628a18e

Please sign in to comment.