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