Alias ets_printf directly to printf at link time

I thought maybe ets_printf had some special properties, but it doesn't
seem to have any so far.
This commit is contained in:
Angus Gratton 2015-06-16 16:22:55 +10:00
parent 2e51f7b164
commit b7b16de429
2 changed files with 3 additions and 13 deletions

View file

@ -18,6 +18,9 @@ _lock_try_acquire_recursive = vPortEnterCritical;
_lock_release = vPortExitCritical;
_lock_release_recursive = vPortExitCritical;
/* SDK compatibility */
ets_printf = printf;
/* Linker Script for ld -N */
MEMORY
{