35 lines
614 B
C
35 lines
614 B
C
#include "cts_config.h"
|
|
|
|
static u8 icnt86xx_driver_builtin_firmware[] = {
|
|
|
|
};
|
|
#ifdef SUPPORT_SENSOR_ID
|
|
static u8 icnt86xx_driver_builtin_firmware_00[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_01[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_02[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_10[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_11[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_12[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_20[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_21[] = {
|
|
|
|
};
|
|
static u8 icnt86xx_driver_builtin_firmware_22[] = {
|
|
|
|
};
|
|
#endif
|