summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/ti/sdo/ipc/gates/GateHWSem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ti/sdo/ipc/gates/GateHWSem.c b/packages/ti/sdo/ipc/gates/GateHWSem.c
index 6e7cd92..995c438 100644
--- a/packages/ti/sdo/ipc/gates/GateHWSem.c
+++ b/packages/ti/sdo/ipc/gates/GateHWSem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2019, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
*/
Int GateHWSem_Module_startup(Int phase)
{
- Int i;
+ UInt i;
volatile UInt32 *baseAddr = (volatile UInt32 *)GateHWSem_baseAddr;
Bits32 *reservedMaskArr = (Bits32 *)GateHWSem_reservedMaskArr;