build: Enable Audio and fix invocation

This commit is contained in:
Mykola Grymalyuk
2022-11-12 17:29:37 -07:00
parent 55061bc86d
commit f8e91feff4
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class build_graphics_audio:
def build(self):
self.graphics_handling()
self.audio_handling()
self.firmware_handling()
def graphics_handling(self):