summaryrefslogtreecommitdiffstats
path: root/src/occ_405/pss/apss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/pss/apss.c')
-rwxr-xr-xsrc/occ_405/pss/apss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/pss/apss.c b/src/occ_405/pss/apss.c
index e93b156..ae4d100 100755
--- a/src/occ_405/pss/apss.c
+++ b/src/occ_405/pss/apss.c
@@ -1097,7 +1097,7 @@ errlHndl_t initialize_apss(void)
//Create the request for measure start. Scheduling will happen in apss.c
gpe_request_create(&G_meas_start_request,
&G_async_gpe_queue0, // queue
- IPC_ST_APSS_START_PWR_MEAS_READ_FUNCID, // entry_point
+ IPC_ST_APSS_START_PWR_MEAS_READ_FUNCID, // entry_point
&G_gpe_start_pwr_meas_read_args, // entry_point arg
SSX_WAIT_FOREVER, // no timeout
NULL, // callback
OpenPOWER on IntegriCloud