mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 06:35:19 -05:00
VF start script takes font size as 2nd param
This commit is contained in:
parent
fe5612cf4f
commit
6f782b494a
1 changed files with 4 additions and 1 deletions
|
|
@ -13,8 +13,11 @@ PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040"
|
|||
PP_SCRIPT="./preprocess_tasks_c.sh"
|
||||
PP_TASK_C="$START_WD/preprocessed_files/tasks__pp.c"
|
||||
|
||||
#FONT_SIZE=20
|
||||
FONT_SIZE=17
|
||||
if [ "$2" != "" ]
|
||||
then
|
||||
FONT_SIZE="$2"
|
||||
fi
|
||||
|
||||
# Flags to SKIP expensive proofs:
|
||||
# - VERIFAST_SKIP_BITVECTOR_PROOF__STACK_ALIGNMENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue