Skip to content

Instantly share code, notes, and snippets.

@RickKimball
Created December 22, 2012 20:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RickKimball/4361000 to your computer and use it in GitHub Desktop.
Save RickKimball/4361000 to your computer and use it in GitHub Desktop.
Energia - Timer based blink
$ diff linux/work/hardware/lm4f/cores/lm4f/startup_gcc.c ../hardware/lm4f/cores/lm4f/startup_gcc.c
71d70
< __attribute__((weak)) extern void Timer0IntHandler(void) {}
123c122
< Timer0IntHandler, // Timer 0 subtimer A
---
> IntDefaultHandler, // Timer 0 subtimer A
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment