mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
7c711d7525
for loading firmware via ethernet
13 lines
285 B
C
13 lines
285 B
C
#pragma once
|
|
|
|
#include "hwdef.h"
|
|
#include <AP_Networking/AP_Networking_Config.h>
|
|
|
|
#ifndef AP_BOOTLOADER_FLASH_FROM_SD_ENABLED
|
|
#define AP_BOOTLOADER_FLASH_FROM_SD_ENABLED 0
|
|
#endif
|
|
|
|
#ifndef AP_BOOTLOADER_NETWORK_ENABLED
|
|
#define AP_BOOTLOADER_NETWORK_ENABLED AP_NETWORKING_ENABLED
|
|
#endif
|