summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTinku Mannan2016-11-23 14:02:37 -0600
committerTinku Mannan2016-11-23 14:02:37 -0600
commit7b389c10b60369c9ee594e32d954337704b340a4 (patch)
tree459908c993a294853691b65e618faa8824287e27 /src
parent3bc50ac8a080fee4bcab4dae6cbf5db51879d42e (diff)
downloadpruss-lld-7b389c10b60369c9ee594e32d954337704b340a4.tar.gz
pruss-lld-7b389c10b60369c9ee594e32d954337704b340a4.tar.xz
pruss-lld-7b389c10b60369c9ee594e32d954337704b340a4.zip
Fix PRSDK-1643
Diffstat (limited to 'src')
-rw-r--r--src/pruicss_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pruicss_drv.c b/src/pruicss_drv.c
index 321f68e..4cc7e54 100644
--- a/src/pruicss_drv.c
+++ b/src/pruicss_drv.c
@@ -335,10 +335,10 @@ int32_t PRUICSS_pruEnable(PRUICSS_Handle handle,uint8_t pruNum)
335 * PRU1_DATARAM\n 335 * PRU1_DATARAM\n
336 * PRU1_IRAM\n 336 * PRU1_IRAM\n
337 * PRUICSS_SHARED_DATARAM 337 * PRUICSS_SHARED_DATARAM
338 * @return 0 in case of successful transition, -1 otherwise. 338 * @return word length written or 0 on error.
339 * 339 *
340 **/ 340 **/
341uint32_t PRUICSS_pruWriteMemory( 341int32_t PRUICSS_pruWriteMemory(
342 PRUICSS_Handle handle, 342 PRUICSS_Handle handle,
343 uint32_t pruMem, 343 uint32_t pruMem,
344 uint32_t wordoffset, 344 uint32_t wordoffset,