renamed Perf to Peri

This commit is contained in:
2024-08-17 00:58:01 +02:00
parent 87c93f3ae0
commit 2e0bda7a6e

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");