parent
eb0898e7dd
commit
7f19adfa00
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
/* Knock detection */
|
/* Knock detection */
|
||||||
#undef EFI_HIP_9011
|
#undef EFI_HIP_9011
|
||||||
#define EFI_HIP_9011 TRUE
|
#define EFI_HIP_9011 FALSE
|
||||||
#undef EFI_HIP_9011_LOGIC
|
#undef EFI_HIP_9011_LOGIC
|
||||||
#define EFI_HIP_9011_LOGIC TRUE
|
#define EFI_HIP_9011_LOGIC FALSE
|
||||||
|
|
||||||
#undef BOARD_TLE6240_COUNT
|
#undef BOARD_TLE6240_COUNT
|
||||||
#define BOARD_TLE6240_COUNT 1
|
#define BOARD_TLE6240_COUNT 1
|
||||||
|
|
|
@ -28,7 +28,10 @@
|
||||||
|
|
||||||
#define CLT_UPPER_LIMIT 125
|
#define CLT_UPPER_LIMIT 125
|
||||||
#define TRAILING_SPARK_SIZE 2
|
#define TRAILING_SPARK_SIZE 2
|
||||||
|
! lack of flash drama big time?!
|
||||||
#define SCRIPT_CURVE_16 2
|
#define SCRIPT_CURVE_16 2
|
||||||
#define SCRIPT_TABLE_8 2
|
#define SCRIPT_TABLE_8 2
|
||||||
|
|
||||||
|
#define BLEND_TABLE_COUNT 2
|
||||||
|
|
||||||
#define TS_BLOCK_READ_TIMEOUT 300
|
#define TS_BLOCK_READ_TIMEOUT 300
|
||||||
|
|
Loading…
Reference in New Issue