energia / tivac-core

7 stars 17 forks source link

stdarg.h Not Available for Stellaris now Tiva C Series LaunchPad #32

Closed robertinant closed 6 years ago

robertinant commented 6 years ago

From @rei-vilo on February 10, 2014 21:15

The standard library stdarg.h isn't included for the Stellaris now Tiva C Series LaunchPad while it is available by default for the MSP430.

Add #include <stdarg.h> in the main sketch.

Copied from original issue: energia/Energia#323