From 18f8857c2fc8599bc60674ceccbf7bdc9ce28b78 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 11 Nov 2010 12:06:14 +0000 Subject: [PATCH] Previous comment should have been - handle RTEMS correctly --- motorApp/NewportSrc/XPS_C8_drivers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/XPS_C8_drivers.h b/motorApp/NewportSrc/XPS_C8_drivers.h index 81a69c21..a7ec5218 100644 --- a/motorApp/NewportSrc/XPS_C8_drivers.h +++ b/motorApp/NewportSrc/XPS_C8_drivers.h @@ -17,7 +17,7 @@ #endif #ifdef __rtems__ -#include "strtok_r.h" + #include "strtok_r.h" #endif #ifdef __cplusplus