energia / msp430-lg-core

15 stars 12 forks source link

ASCIITable no longer compiles #13

Closed robertinant closed 8 years ago

robertinant commented 8 years ago

ASCIITable no longer compiles after this check-in https://github.com/robertinant/EnergiaNG/commit/c0956a8aa6ab2ee0bd7871af18c181ff2c8531d4

USCI_Ax and USCI_Bx share the same TX interrupt vector. When I moved the I2C files from the core into the Wire library, the i2c_xyz_isr function where no longer picked up because the Wire library is not included and hence not compiled / linked. Reason why I moved them into the library is that that is where there belonged all along.