Merge pull request #1904 from sg-/iar-lpc-eth-patch

rename section used for eth and usb
pull/1775/head^2
Sam Grove 2016-06-11 18:25:01 +01:00 committed by GitHub
commit df0c855df9
1 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
place in RAM_region { readwrite,
block HEAP, block CSTACK };
place in CRP_region { section .crp };
place in RAM1_region { section USB_RAM };
place in RAM1_region { section .ethusbram };