Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/AP_Bootloader/AP_Bootloader_config.h
9389 views
1
#pragma once
2
3
#include "hwdef.h"
4
#include <AP_Networking/AP_Networking_Config.h>
5
6
#ifndef AP_BOOTLOADER_FLASH_FROM_SD_ENABLED
7
#define AP_BOOTLOADER_FLASH_FROM_SD_ENABLED 0
8
#endif
9
10
#ifndef AP_BOOTLOADER_NETWORK_ENABLED
11
#define AP_BOOTLOADER_NETWORK_ENABLED AP_NETWORKING_ENABLED
12
#endif
13
14