Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions radio/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
#pragma once

// Avoid using any other header file
#if defined(__cplusplus)
extern "C" {
#endif
#include <stdint.h>
extern uint32_t SystemCoreClock;
#if defined(__cplusplus)
}
#endif

#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
Expand Down
2 changes: 1 addition & 1 deletion radio/src/thirdparty/FreeRTOS
Submodule FreeRTOS updated 715 files