johngarchie / xmas-icetube

Alternative Ice Tube Clock firmware and hardware revision
43 stars 15 forks source link

Change to static inline to appease linker #4

Closed nakato closed 5 years ago

nakato commented 6 years ago

For some reason when running make over the project compilation fails due to ld failing on a couple of "inline" functions.

Switching these functions to static inline makes the linker happy.

avr-gcc: 7.3.0 avr-ld: 2.3.0