.
This commit is contained in:
2
Draw.h
2
Draw.h
@@ -18,6 +18,8 @@
|
||||
#ifndef _DEF_DRAW_H_
|
||||
#define _DEF_DRAW_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void
|
||||
drawSquare( const SstRegs * const sst,
|
||||
const int16_t x,
|
||||
|
||||
5
main.c
5
main.c
@@ -119,8 +119,7 @@ int main(int argc, char **argv)
|
||||
int option_index = 0;
|
||||
int opt;
|
||||
bool bQuit = false;
|
||||
//bool bTestTMU0 = false;
|
||||
//bool bTestTMU1 = false;
|
||||
FxU32* sst = NULL;
|
||||
|
||||
while((opt=getopt_long(argc,argv,"hvn:e:l:",long_args,&option_index)) != -1)
|
||||
{
|
||||
@@ -208,7 +207,7 @@ int main(int argc, char **argv)
|
||||
|
||||
sst1DeviceInfoStruct devInfo;
|
||||
memset(&devInfo,0,sizeof(sst1DeviceInfoStruct));
|
||||
FxU32* sst = NULL;
|
||||
|
||||
SstRegs *sstregs = NULL;
|
||||
|
||||
if(!sOptions.bSilent)
|
||||
|
||||
Reference in New Issue
Block a user