renamed Perf to Peri

This commit is contained in:
Niklas Kapelle 2024-08-17 00:58:01 +02:00
parent 87c93f3ae0
commit 2e0bda7a6e
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -4,7 +4,7 @@ import kernel.peripherals.Peripherals.Peripheral;
import lib.CLIAppBase;
@:build(macros.Binstore.includeBin("Peripheral", ["ph", "peripheral"]))
class Perf extends CLIAppBase {
class Peri extends CLIAppBase {
public function new() {
registerSyncSubcommand("inspect", (args) -> {
var addr = args.getString("addr");