These changes introduce changes to the S19, however I've hand checked this and it...
commit9ddda5b6696c18a9dbbee9a45be146cdf183bd10
authorFred Cooke <fred.cooke@gmail.com>
Tue, 15 Apr 2014 07:53:27 +0000 (15 19:53 +1200)
committerFred Cooke <fred.cooke@gmail.com>
Tue, 15 Apr 2014 09:39:30 +0000 (15 21:39 +1200)
tree68540dfb213ce94ebe0eb0b1f94f8d750a0e4d82
parentc1a75202d3ef4b716f244c36b3b50641e4e1092c
These changes introduce changes to the S19, however I've hand checked this and it should be OK. The C standard does not guarantee that variables remain in the same memory location with the same lexical structure. And that's exactly what this commit is, no lexical change, only names, but GCC moves some things around, likely based on a hashtable or similar within the implementation. Closes #422.
src/main/decoderInterface.c
src/main/inc/decoderInterface.h
src/main/inc/injectorISR.c
src/main/init.c