Include up_internal.h to pickup extern _sdata definition

Fixes CI error
This commit is contained in:
David Sidrane
2017-01-20 16:53:47 -10:00
committed by Lorenz Meier
parent 4320492377
commit e31dfba4d0
+1 -1
View File
@@ -6,7 +6,7 @@
#include <nuttx/board.h>
#include "up_internal.h"
#include <systemlib/hardfault_log.h>
static void copy_reverse(stack_word_t *dest, stack_word_t *src, int size)