arch/xtensa/src/esp32/esp32_allocateheap.c: Delete a preprocessor

warning that's not relevant anymore.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2020-09-28 12:43:38 +01:00 committed by Alan Carvalho de Assis
parent 430e2d766d
commit b6429a50d7

View File

@ -72,8 +72,6 @@
*
****************************************************************************/
#warning REVISIT heap. Do what with non-heterogeneous memory?
void up_allocate_heap(FAR void **heap_start, size_t *heap_size)
{
board_autoled_on(LED_HEAPALLOCATE);