Merge branch 'main' into posix-dont-break-external-threads

This commit is contained in:
John Boiles 2025-01-21 08:32:02 -08:00 committed by GitHub
commit 05d9a93cdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 67 additions and 62 deletions

View file

@ -65,10 +65,6 @@
#include <time.h>
#include <unistd.h>
#ifdef __APPLE__
#include <mach/mach_vm.h>
#endif
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"