mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +00:00
define should be larger and private
This commit is contained in:
parent
304442655c
commit
80032e17f9
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#include "testcommon.h"
|
#include "testcommon.h"
|
||||||
|
|
||||||
|
#define TESTBUF_SZ 1024
|
||||||
|
|
||||||
static char input_str[TESTBUF_SZ]; // ASCII
|
static char input_str[TESTBUF_SZ]; // ASCII
|
||||||
static unsigned int input_length = 0;
|
static unsigned int input_length = 0;
|
||||||
static unsigned int input_counter = 0;
|
static unsigned int input_counter = 0;
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
#define BLANK_SCREEN "6C8ABA272F220F00BE0E76A8659A1E30C2D3CDBE"
|
#define BLANK_SCREEN "6C8ABA272F220F00BE0E76A8659A1E30C2D3CDBE"
|
||||||
#define BOOT_SCREEN "F8D6C781E0BB7B3DDBECD69B25E429D845506594"
|
#define BOOT_SCREEN "F8D6C781E0BB7B3DDBECD69B25E429D845506594"
|
||||||
|
|
||||||
#define TESTBUF_SZ 256
|
|
||||||
|
|
||||||
#define ASSERT_SHA(SHA_STR) \
|
#define ASSERT_SHA(SHA_STR) \
|
||||||
do { \
|
do { \
|
||||||
uint8_t md[SHA_DIGEST_LENGTH]; \
|
uint8_t md[SHA_DIGEST_LENGTH]; \
|
||||||
|
Loading…
Reference in New Issue
Block a user