modified for nuc472

Dependents:   modbus-over-rs485-sample NTOUEE-mbed-modbus-RTU NuMaker_NuWicam_Lite

Fork of Modbus by Matthew Waddilove

Revision:
2:6ee56c002f64
Parent:
0:274eb57e1df3
--- a/port.h	Tue Aug 09 08:21:33 2016 +0000
+++ b/port.h	Thu Aug 18 08:24:37 2016 +0000
@@ -29,8 +29,9 @@
 #define PR_BEGIN_EXTERN_C           //extern "C" {
 #define PR_END_EXTERN_C             //}
 
-#define ENTER_CRITICAL_SECTION( )   
-#define EXIT_CRITICAL_SECTION( )    
+#define ENTER_CRITICAL_SECTION( )
+#define EXIT_CRITICAL_SECTION( )   
+
 
 typedef uint8_t BOOL;