Merge branch 'main' into main

This commit is contained in:
Gaurav-Aggarwal-AWS 2024-06-12 14:34:33 +05:30 committed by GitHub
commit e841d59192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
#include "FreeRTOS.h"
#include "task.h"
#ifndef __VFP_FP__
#ifndef __ARM_FP
#error This port can only be used when the project options are configured to enable hardware floating point support.
#endif

View file

@ -40,7 +40,7 @@
#include "task.h"
#include "mpu_syscall_numbers.h"
#ifndef __VFP_FP__
#ifndef __ARM_FP
#error This port can only be used when the project options are configured to enable hardware floating point support.
#endif

View file

@ -34,7 +34,7 @@
#include "FreeRTOS.h"
#include "task.h"
#ifndef __VFP_FP__
#ifndef __ARM_FP
#error This port can only be used when the project options are configured to enable hardware floating point support.
#endif