[freertos] Silence sign-conversion warning

This commit is contained in:
Renz Bagaporo
2020-12-17 10:52:15 +08:00
committed by Angus Gratton
parent 92ae75f955
commit ff2d9fd96c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
extern "C" {
#endif
static inline int IRAM_ATTR cpu_ll_get_core_id(void)
static inline uint32_t IRAM_ATTR cpu_ll_get_core_id(void)
{
return 0;
}