diff --git a/forth/admin/devices.fs b/forth/admin/devices.fs index 75962af..7a99661 100644 --- a/forth/admin/devices.fs +++ b/forth/admin/devices.fs @@ -313,7 +313,7 @@ \ 7.4.11 Device tree : print-dev ( phandle -- phandle ) - dup . + dup u. dup get-package-path type dup " device_type" rot get-package-property if cr