fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / hal / LConfig
index 5b6a86f72b52c7bcc969b5641bae967009fa0109..ba3f40086d6062baa33976ea52e4ee143577a2ee 100644 (file)
@@ -31,8 +31,8 @@ def hal():
         return 256
     
     @"Graphic Devices"
         return 256
     
     @"Graphic Devices"
-    def use_graphic_dev() -> int:
+    def use_graphic_dev() -> bool:
         """
             Support of graphical devices and display protocol
         """
         """
             Support of graphical devices and display protocol
         """
-        return False
\ No newline at end of file
+        return False