Index: NVJobQ.c =================================================================== diff -u -r760b430c92a9f4667ac8328b47ba80b4f0e71d31 -rebf3ea1b1f09cb5a21abde6f6106c9213df5afff --- NVJobQ.c (.../NVJobQ.c) (revision 760b430c92a9f4667ac8328b47ba80b4f0e71d31) +++ NVJobQ.c (.../NVJobQ.c) (revision ebf3ea1b1f09cb5a21abde6f6106c9213df5afff) @@ -24,11 +24,8 @@ // ********** private definitions ********** -// Once a new calibration data is available the driver, sets a signal for the defined time. Once the time is out, it turns the signal off. - #define QUEUE_MAX_SIZE 20U ///< Max queue size. #define QUEUE_START_INDEX 0U ///< Queue start index. -#define MAX_JOB_DATA_SIZE_BYTES 32U ///< Max bytes per job (32 bytes). /// DD institutional values structure. typedef struct @@ -50,7 +47,7 @@ /*********************************************************************//** * @brief - * The initNVJobQ function initializes the NV message queue and related + * The initNVJobQ function initializes the NV job queue and related * state variables. * @details \b Inputs: none * @details \b Outputs: recordQueueRearIndex, @@ -307,7 +304,7 @@ * @details \b Outputs: none * @return recordCurrentJob *************************************************************************/ -PROCESS_RECORD_JOB_T getCurrentProcessRecordJob ( void ) +PROCESS_RECORD_JOB_T getCurrentProcessRecordJob( void ) { return recordCurrentJob; }