updates all config.h and Makefiles to correct references, text

This commit is contained in:
Jack Humbert 2016-06-21 10:21:43 -04:00
parent c976c03547
commit a8375fa15a
58 changed files with 102 additions and 2110 deletions

View file

@ -0,0 +1,15 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* cbbrowne user configuration */
#define randadd 53
#define randmul 181
#define randmod 167
#endif