Skip to content

Commit

Permalink
[MH3-104209] - Updated the FTPC config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedfahadr-mchp committed Oct 16, 2024
1 parent 50caa9c commit 40f2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpip/config/tcpip_ftpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def instantiateComponent(tcpipFtpcComponent):
tcpipFtpcHeapSize = tcpipFtpcComponent.createIntegerSymbol("TCPIP_FTPC_HEAP_SIZE", None)
tcpipFtpcHeapSize.setLabel("FTPC Heap Size (bytes)")
tcpipFtpcHeapSize.setVisible(False)
# tcpipFtpcHeapSize.setDefaultValue(tcpipFtpcHeapCalc())
tcpipFtpcHeapSize.setDefaultValue(tcpipFtpcHeapCalc())
tcpipFtpcHeapSize.setReadOnly(True)
tcpipFtpcHeapSize.setDependencies(tcpipFtpcHeapUpdate, tcpipFtpcheapdependency)

Expand Down

0 comments on commit 40f2477

Please sign in to comment.