2022-08-18 03:45:30 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "hwdef.h"
|
2024-01-13 01:28:10 -04:00
|
|
|
#include <AP_Networking/AP_Networking_Config.h>
|
2022-08-18 03:45:30 -03:00
|
|
|
|
|
|
|
#ifndef AP_BOOTLOADER_FLASH_FROM_SD_ENABLED
|
|
|
|
#define AP_BOOTLOADER_FLASH_FROM_SD_ENABLED 0
|
|
|
|
#endif
|
2024-01-13 01:28:10 -04:00
|
|
|
|
|
|
|
#ifndef AP_BOOTLOADER_NETWORK_ENABLED
|
|
|
|
#define AP_BOOTLOADER_NETWORK_ENABLED AP_NETWORKING_ENABLED
|
|
|
|
#endif
|