comparison FontPack/base_upperRegion.c @ 25:97eafbcb81a9

FIX move bootloader SFirmwareData at fixed address 0x0800A000
author jdg@air
date Wed, 03 Jan 2018 01:40:59 +0100
parents 4de447ee5d1b
children ea1003f63e44
comparison
equal deleted inserted replaced
24:4de447ee5d1b 25:97eafbcb81a9
45 // From AC6 support: 45 // From AC6 support:
46 #include <stdio.h> 46 #include <stdio.h>
47 47
48 ////////////////////////////////////////////////////////////////////////////// 48 //////////////////////////////////////////////////////////////////////////////
49 49
50 const SFirmwareData font_FirmwareData __attribute__(( section(".upper_firmware_data") )) = 50 const SFirmwareData font_FirmwareData __attribute__(( section(".font_firmware_data") )) =
51 { 51 {
52 .versionFirst = 0, 52 .versionFirst = 0,
53 .versionSecond = 9, 53 .versionSecond = 9,
54 .versionThird = 0, 54 .versionThird = 0,
55 .versionBeta = 0, 55 .versionBeta = 0,