mirror of
				https://github.com/Telecominfraproject/OpenCellular.git
				synced 2025-11-03 20:07:51 +00:00 
			
		
		
		
	Resolved linter error
This commit is contained in:
		@@ -10,6 +10,7 @@
 | 
			
		||||
#define _TEST_PCA9557_H
 | 
			
		||||
 | 
			
		||||
#include "drivers/GpioPCA9557.h"
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
typedef enum PCA9557Regs {
 | 
			
		||||
    PCA9557_REGS_INPUT_VALUE = 0x00,
 | 
			
		||||
 
 | 
			
		||||
@@ -249,8 +249,7 @@ void test_sid_get_status_parameters_data(void)
 | 
			
		||||
 | 
			
		||||
    /* Invalid ParamID */
 | 
			
		||||
    memset(buffer, EEPROM_DEFAULT_VALUE_NULL, EEPROM_BOARD_SIZE);
 | 
			
		||||
    TEST_ASSERT_EQUAL(false,
 | 
			
		||||
                      CAT24C04_gbc_sid_fxnTable.cb_get_status(
 | 
			
		||||
    TEST_ASSERT_EQUAL(false, CAT24C04_gbc_sid_fxnTable.cb_get_status(
 | 
			
		||||
                                 &eeprom_gbc_sid, OC_STAT_SYS_STATE, buffer));
 | 
			
		||||
    TEST_ASSERT_EQUAL_STRING("\0", buffer);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user