Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 31, 2024
1 parent 1784616 commit f1247c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/dotnet/Porcupine/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static string PvLinuxEnv()
case "0xd07": return "jetson";
case "0xc08": return "beaglebone";
default:
throw new PlatformNotSupportedException($"This platform (CPU part = {cpuPart}) is not supported by Picovoice.");
throw new PlatformNotSupportedException($"This device (CPU part = {cpuPart}) is not supported by Picovoice.");
}
}

Expand Down

0 comments on commit f1247c2

Please sign in to comment.