energia / msp430-lg-core

15 stars 12 forks source link

fixed issue 107 with #108

Closed StefanSch closed 5 years ago

StefanSch commented 5 years ago

define PLACE_IN_FRAM attribute((section(".text#")))

change to

define PLACE_IN_FRAM attribute((section(".text;")))