@@ -15,15 +15,15 @@ endfunction()
15
15
function (target_pipettes_core_single TARGET REVISION)
16
16
target_pipettes_core_common(${TARGET} ${REVISION} )
17
17
target_compile_definitions (${TARGET} PUBLIC PIPETTE_TYPE_DEFINE=SINGLE_CHANNEL)
18
- target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=500 )
18
+ target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=300 )
19
19
target_sources (${TARGET} PUBLIC
20
20
${CMAKE_CURRENT_FUNCTION_LIST_DIR} /can_task_low_throughput.cpp)
21
21
endfunction ()
22
22
23
23
function (target_pipettes_core_multi TARGET REVISION)
24
24
target_pipettes_core_common(${TARGET} ${REVISION} )
25
25
target_compile_definitions (${TARGET} PUBLIC PIPETTE_TYPE_DEFINE=EIGHT_CHANNEL)
26
- target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=500 )
26
+ target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=300 )
27
27
target_compile_definitions (${TARGET} PUBLIC USE_TWO_BUFFERS=true )
28
28
target_sources (${TARGET} PUBLIC
29
29
${CMAKE_CURRENT_FUNCTION_LIST_DIR} /can_task_low_throughput.cpp)
@@ -32,7 +32,7 @@ endfunction()
32
32
function (target_pipettes_core_96 TARGET REVISION)
33
33
target_pipettes_core_common(${TARGET} ${REVISION} )
34
34
target_compile_definitions (${TARGET} PUBLIC PIPETTE_TYPE_DEFINE=NINETY_SIX_CHANNEL)
35
- target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=500 )
35
+ target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=300 )
36
36
target_compile_definitions (${TARGET} PUBLIC USE_TWO_BUFFERS=true )
37
37
target_sources (${TARGET} PUBLIC
38
38
${CMAKE_CURRENT_FUNCTION_LIST_DIR} /can_task_high_throughput.cpp)
@@ -41,7 +41,7 @@ endfunction()
41
41
function (target_pipettes_core_384 TARGET REVISION)
42
42
target_pipettes_core_common(${TARGET} ${REVISION} )
43
43
target_compile_definitions (${TARGET} PUBLIC PIPETTE_TYPE_DEFINE=THREE_EIGHTY_FOUR_CHANNEL)
44
- target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=500 )
44
+ target_compile_definitions (${TARGET} PUBLIC SENSOR_BUFF_SIZE=300 )
45
45
target_compile_definitions (${TARGET} PUBLIC USE_TWO_BUFFERS=true )
46
46
target_sources (${TARGET} PUBLIC
47
47
${CMAKE_CURRENT_FUNCTION_LIST_DIR} /can_task_high_throughput.cpp)
0 commit comments