[Gnuk-users] Proposed patch to fix regnual on "blue pill" board

Les De Ridder les at lesderid.net
Fri Aug 11 22:54:55 UTC 2017


On Sat, 12 Aug 2017 at 00:48 Jeremy Drake <
jeremydrake+gnuk at eacceleration.com> wrote:

> Oddly enough, I don't know how it compiled as committed, as the expansion
> of the define should have looked something like
> uint32_t end = FLASH_START_ADDR + *1024;


A -D flag without a value gets defined as a macro with value '1', so it
would just be:
uint32_t end = FLASH_START_ADDR + 1*1024;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/gnuk-users/attachments/20170811/d528bc28/attachment.html>


More information about the gnuk-users mailing list