Skip to content
Snippets Groups Projects
Commit 29551ba5 authored by Damien George's avatar Damien George
Browse files

cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.

ftp.c is the only user of this function so making it static in that file
allows it to be inlined.  Also, reusing unichar_toupper means we no longer
depend on the C stdlib for toupper, saving about 300 bytes of code space.
parent 465a6045
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment