.. | .. |
---|
343 | 343 | * define your own fw_file, the sample one to be replaced is invalid
|
---|
344 | 344 | * NOTE: if FTS_GET_MODULE_NUM > 1, it's the fw corresponding with FTS_MODULE_ID
|
---|
345 | 345 | */
|
---|
346 | | -#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.i"
|
---|
| 346 | +#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.h"
|
---|
347 | 347 |
|
---|
348 | 348 | /*
|
---|
349 | 349 | * if FTS_GET_MODULE_NUM >= 2, fw corrsponding with FTS_MODULE2_ID
|
---|
350 | 350 | * define your own fw_file, the sample one is invalid
|
---|
351 | 351 | */
|
---|
352 | | -#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.i"
|
---|
| 352 | +#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.h"
|
---|
353 | 353 |
|
---|
354 | 354 | /*
|
---|
355 | 355 | * if FTS_GET_MODULE_NUM >= 3, fw corrsponding with FTS_MODULE3_ID
|
---|
356 | 356 | * define your own fw_file, the sample one is invalid
|
---|
357 | 357 | */
|
---|
358 | | -#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.i"
|
---|
| 358 | +#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.h"
|
---|
359 | 359 |
|
---|
360 | 360 | /*********************************************************/
|
---|
361 | 361 |
|
---|