mirror of https://github.com/ArduPilot/ardupilot
8 lines
131 B
C
8 lines
131 B
C
|
#pragma once
|
||
|
|
||
|
#include "hwdef.h"
|
||
|
|
||
|
#ifndef AP_BOOTLOADER_FLASH_FROM_SD_ENABLED
|
||
|
#define AP_BOOTLOADER_FLASH_FROM_SD_ENABLED 0
|
||
|
#endif
|