mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 18:47:23 +00:00
Remove uninitialized variable error in baremetal.sh
This commit is contained in:
parent
b4d8fab27e
commit
7f6e808212
|
@ -264,6 +264,7 @@ baremetal_ram_stack() {
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
# Extract callgraphs from source files directly
|
# Extract callgraphs from source files directly
|
||||||
|
RAM_CALLGRAPH_OUT=""
|
||||||
if [ -x "$(command -v cflow)" ]; then
|
if [ -x "$(command -v cflow)" ]; then
|
||||||
RAM_CALLGRAPH_OUT="ram_cflow__${date}__$NAME"
|
RAM_CALLGRAPH_OUT="ram_cflow__${date}__$NAME"
|
||||||
cflow library/*.c > $RAM_CALLGRAPH_OUT 2> /dev/null
|
cflow library/*.c > $RAM_CALLGRAPH_OUT 2> /dev/null
|
||||||
|
|
Loading…
Reference in a new issue