added a warning concerning the incomplete testing of the RX700v3_DFPU port

This commit is contained in:
Joseph Julicher 2020-08-14 14:10:00 -07:00
parent a6da1cd0ce
commit 7cc2c359db
3 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port.
*----------------------------------------------------------*/
#warning Testing for DFPU support in this port is not yet complete
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port.
*----------------------------------------------------------*/
#warning Testing for DFPU support in this port is not yet complete
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port.
*----------------------------------------------------------*/
#warning Testing for DFPU support in this port is not yet complete
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"