MXC-A36-Demo/MCU/examples/common/btdm/controller_code_single_ota.s

11 lines
200 B
ArmAsm
Raw Permalink Normal View History

AREA RO,DATA,READONLY
EXPORT CONTROLLER_CODE_OTA_BASE
EXPORT CONTROLLER_CODE_OTA_END
CONTROLLER_CODE_OTA_BASE
incbin controller_code_single_ota
CONTROLLER_CODE_OTA_END
END