mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Include up_internal.h to pickup extern _sdata definition
Fixes CI error
This commit is contained in:
committed by
Lorenz Meier
parent
4320492377
commit
e31dfba4d0
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include <nuttx/board.h>
|
#include <nuttx/board.h>
|
||||||
|
|
||||||
|
#include "up_internal.h"
|
||||||
#include <systemlib/hardfault_log.h>
|
#include <systemlib/hardfault_log.h>
|
||||||
|
|
||||||
static void copy_reverse(stack_word_t *dest, stack_word_t *src, int size)
|
static void copy_reverse(stack_word_t *dest, stack_word_t *src, int size)
|
||||||
|
|||||||
Reference in New Issue
Block a user