X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/abb53006508723db0e1e13fb643240f688ddb8f0..14e6f9f2f8899e072eccab23389c7c65eaf926ed:/lunaix-os/hal/LConfig?ds=sidebyside diff --git a/lunaix-os/hal/LConfig b/lunaix-os/hal/LConfig index 5b6a86f..ba3f400 100644 --- a/lunaix-os/hal/LConfig +++ b/lunaix-os/hal/LConfig @@ -31,8 +31,8 @@ def hal(): return 256 @"Graphic Devices" - def use_graphic_dev() -> int: + def use_graphic_dev() -> bool: """ Support of graphical devices and display protocol """ - return False \ No newline at end of file + return False