summaryrefslogtreecommitdiff
path: root/wctdm24xxp/GpakCust.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm24xxp/GpakCust.c')
-rw-r--r--wctdm24xxp/GpakCust.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wctdm24xxp/GpakCust.c b/wctdm24xxp/GpakCust.c
index bdce428..aefb406 100644
--- a/wctdm24xxp/GpakCust.c
+++ b/wctdm24xxp/GpakCust.c
@@ -368,6 +368,7 @@ int gpakReadFile(
unsigned int NumBytes /* number of bytes to read */
)
{
+#ifdef VPM150M_SUPPORT
struct wctdm_firmware *fw = FileId;
unsigned int i, count;
@@ -385,4 +386,5 @@ int gpakReadFile(
fw->offset += count;
return count;
+#endif
}