# HG changeset patch # User Mychaela Falconia # Date 1465355718 0 # Node ID 8ab19f00e40db43f52a94affab4e522f553879df # Parent 81064b792cc85228188cddcd78fe0f0ba1fd56df tpudrv.c: TP_Program() reconstructed diff -r 81064b792cc8 -r 8ab19f00e40d chipsetsw/layer1/tpu_drivers/source/tpudrv.c --- a/chipsetsw/layer1/tpu_drivers/source/tpudrv.c Wed Jun 08 03:05:09 2016 +0000 +++ b/chipsetsw/layer1/tpu_drivers/source/tpudrv.c Wed Jun 08 03:15:18 2016 +0000 @@ -247,9 +247,6 @@ } - - - /* * TP_Program * @@ -257,22 +254,16 @@ * (Do not write terminating 0) * */ -void *TP_Program(const SYS_UWORD16 *src) +void TP_Program(const SYS_UWORD16 *src) { /* Write TPU instructions until SLEEP */ while (*src) { *TP_Ptr++ = *src++; } - #if (TOOL_CHOICE == 3) // 2.54 Migration - return((void *)NULL); - #endif // TOOL_CHOICE == 3 - // return((void *)NULL);//ompas00090550 - } - void TP_Reset(SYS_UWORD16 on) { if (on) {