git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix dependency check logic cause config always disabled
[lunaix-os.git]
/
lunaix-os
/
hal
/
LConfig
diff --git
a/lunaix-os/hal/LConfig
b/lunaix-os/hal/LConfig
index 5b6a86f72b52c7bcc969b5641bae967009fa0109..ba3f40086d6062baa33976ea52e4ee143577a2ee 100644
(file)
--- 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