You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
13 lines
324 B
/* |
|
* bootloader_interface.c |
|
* |
|
* Created on: 24.01.2018 |
|
* Author: matthias |
|
*/ |
|
|
|
|
|
#include "bootloader_interface.h" |
|
|
|
struct bootloader_interface bootloader_interface |
|
__attribute__((at(BOOTLOADER_INTERFACE_ADDR)));// __attribute__((section("MY_RAM"),zero_init));//__attribute__((at( BOOTLOADER_INTERFACE_ADDR))); |
|
|
|
|