From e831dabd8f2fc777259ef054b98b6246338d84a0 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 8 Apr 2024 12:22:46 +0100 Subject: [PATCH] EXPERIMENTAL: Enable ulab. --- firmware/PIMORONI_YUKON/micropython.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/PIMORONI_YUKON/micropython.cmake b/firmware/PIMORONI_YUKON/micropython.cmake index 3487bb2..601870d 100644 --- a/firmware/PIMORONI_YUKON/micropython.cmake +++ b/firmware/PIMORONI_YUKON/micropython.cmake @@ -50,5 +50,6 @@ include(modules_py/modules_py) # Must call `enable_ulab()` to enable include(micropython-common-ulab) +enable_ulab() include(tca9555/micropython) \ No newline at end of file