summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c')
-rw-r--r--lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c b/lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c
index 11410e2..47602a6 100644
--- a/lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c
+++ b/lcmodule/source/cnh1605205_ldr_network_layer/source/protrom_network.c
@@ -16,7 +16,7 @@
******************************************************************************/
#include <stdlib.h>
#include <string.h>
-#include "c_system.h"
+#include "c_system_v2.h"
#include "t_basicdefinitions.h"
#include "r_protrom_family.h"
#include "r_protrom_transport.h"
@@ -28,10 +28,6 @@
#include "r_debug_macro.h"
#include "r_critical_section.h"
-#ifdef WIN32
-#include <windows.h>
-#endif
-
/*******************************************************************************
* Declaration of file local functions
******************************************************************************/
@@ -393,7 +389,7 @@ static ErrorCode_e Protrom_Network_TransmiterHandler(Communication_t *Communicat
Out_p->Packet_p = (Protrom_Packet_t *)QUEUE(Communication_p, FifoDequeue_Fn)(OBJECT_QUEUE(Communication_p), Communication_p->Outbound_p);
if (NULL != Out_p->Packet_p) {
- /* get next packet for transmiting */
+ /* get next packet for transmitting */
Out_p->State = PROTROM_SEND_HEADER;
} else {
break;