Repairs a broken version of hex.c that was accidentally pushed. Oops!

This commit is contained in:
Travis Goodspeed 2017-10-06 10:57:01 -04:00
parent 05cc28163a
commit b49d912fb6

View File

@ -3,6 +3,8 @@
should be easy to fork for other purposes.
*/
//MSP430 functions for the SFRIE.
#include <msp430.h>
//Include all standard GoodWatch functions.
#include "api.h"
@ -55,8 +57,7 @@ void hex_draw(){
being drawn.
*/
//static int adr=0x8000; //Beginning of Flash.
static int adr=0x1000; //Beginning of BSL.
static int adr=0x8000; //Beginning of Flash.
char ch=getchar();
//Do nothing if no key is pressed.