From e4b3099508fa948080d95d25141cc5489db4f40e Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 11 Jan 2011 09:04:33 +0100 Subject: [PATCH] Updates after lint check --- memory/NvM/NvM.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memory/NvM/NvM.c b/memory/NvM/NvM.c index 553feb69..6f18b99a 100644 --- a/memory/NvM/NvM.c +++ b/memory/NvM/NvM.c @@ -28,8 +28,8 @@ * NB! Even though some code exist for handling crc, the functionality is not complete * and shall not be used. */ -// 522 PC-Lint exception for empty functions -//lint -esym(522,CalcCrc) + +//lint -esym(522,CalcCrc) // 522 PC-Lint exception for empty functions //lint -emacro(904,VALIDATE_RV,VALIDATE_NO_RV) //904 PC-Lint exception to MISRA 14.7 (validate macros). // Exception made as a result of that NVM_DATASET_SELECTION_BITS can be zero -- 2.39.2