mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
Add the sched.c code and associated DECL_INIT(), DECL_TASK() macros so that it is easier to import low-level Klipper code into the CanBoot repo. These additional code wrappers do not increase the overall binary size as gcc does a good job of inlining the wrappers and removing unused code during the compile process. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>