added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124)

pull/125/head
Joseph Julicher 5 years ago committed by GitHub
parent 8c77117c32
commit 386d854e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save