renamed Perf to Peri
This commit is contained in:
parent
87c93f3ae0
commit
2e0bda7a6e
@ -4,7 +4,7 @@ import kernel.peripherals.Peripherals.Peripheral;
|
|||||||
import lib.CLIAppBase;
|
import lib.CLIAppBase;
|
||||||
|
|
||||||
@:build(macros.Binstore.includeBin("Peripheral", ["ph", "peripheral"]))
|
@:build(macros.Binstore.includeBin("Peripheral", ["ph", "peripheral"]))
|
||||||
class Perf extends CLIAppBase {
|
class Peri extends CLIAppBase {
|
||||||
public function new() {
|
public function new() {
|
||||||
registerSyncSubcommand("inspect", (args) -> {
|
registerSyncSubcommand("inspect", (args) -> {
|
||||||
var addr = args.getString("addr");
|
var addr = args.getString("addr");
|
Loading…
Reference in New Issue
Block a user