aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/ethos_u/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/ethos_u/config.py')
-rw-r--r--src/mlia/target/ethos_u/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/ethos_u/config.py b/src/mlia/target/ethos_u/config.py
index d1a2c7a..73baa61 100644
--- a/src/mlia/target/ethos_u/config.py
+++ b/src/mlia/target/ethos_u/config.py
@@ -49,7 +49,7 @@ class EthosUConfiguration(TargetProfile):
target_mac_range = target_mac_ranges[self.target]
if self.mac not in target_mac_range:
raise ValueError(
- f"Mac value for selected device should be in {target_mac_range}."
+ f"Mac value for selected target should be in {target_mac_range}."
)
@property