summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_chip_open_inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/oct6100api/oct6100_chip_open_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_chip_open_inst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/include/oct6100api/oct6100_chip_open_inst.h b/software/include/oct6100api/oct6100_chip_open_inst.h
index 49ba6d6..2017ca6 100644
--- a/software/include/oct6100api/oct6100_chip_open_inst.h
+++ b/software/include/oct6100api/oct6100_chip_open_inst.h
@@ -45,7 +45,7 @@ typedef struct _OCT6100_API_CHIP_CONFIG_
UINT32 ulUserChipId;
PVOID pProcessContext;
- PUINT8 pbyImageFile; /* Byte pointer to the image file to be uploaded into the chip. */
+ unsigned char const *pbyImageFile; /* Byte pointer to the image file to be uploaded into the chip. */
UINT32 ulImageSize; /* Size of the image file (in bytes). */
UINT32 ulMemClkFreq;