mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124)
This commit is contained in:
parent
8c77117c32
commit
386d854e0b
|
@ -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…
Reference in a new issue