allow correct building/syntax highlighting on desktop

This commit is contained in:
Jeff Wang
2019-03-31 19:32:36 -04:00
parent 4ed3d1654e
commit d1ec11cad8
4 changed files with 42 additions and 7 deletions

View File

@ -5,6 +5,7 @@
*/
#include "decn/decn.h"
#include "utils.h"
#define STACK_SIZE 4 //must be a power of 2
@ -52,6 +53,8 @@ static void do_binary_op(void (*f_ptr)(dec80*, const dec80*)){
}
void process_cmd(char cmd){
//turn off backlight before start of processing
backlight_off();
//process cmd
switch(cmd){
//////////