diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-22 14:16:33 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-22 14:16:33 +1100 |
| commit | f9aec8b6906599296417af5414b1c72a3cf53e73 (patch) | |
| tree | 088fb6abe8cb1cf1d3a389572c5b6f577fa8e2e2 /src/app_console | |
| parent | 4b2003c78a5e4270f384283f72d185cd4a40f30e (diff) | |
| download | tangara-fw-f9aec8b6906599296417af5414b1c72a3cf53e73.tar.gz | |
split the lua thread registry into its own files
Diffstat (limited to 'src/app_console')
| -rw-r--r-- | src/app_console/app_console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp index 4e6c97ba..94a48955 100644 --- a/src/app_console/app_console.cpp +++ b/src/app_console/app_console.cpp @@ -40,7 +40,7 @@ #include "freertos/projdefs.h" #include "haptics.hpp" #include "index.hpp" -#include "lua_thread.hpp" +#include "lua_registry.hpp" #include "memory_resource.hpp" #include "samd.hpp" #include "service_locator.hpp" |
