projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow...
[pub/USBasp.git]
/
Projects
/
MissleLauncher
/
MissileLauncher.c
diff --git
a/Projects/MissleLauncher/MissileLauncher.c
b/Projects/MissleLauncher/MissileLauncher.c
index
cb12e2a
..
e70187b
100644
(file)
--- a/
Projects/MissleLauncher/MissileLauncher.c
+++ b/
Projects/MissleLauncher/MissileLauncher.c
@@
-64,8
+64,8
@@
uint8_t CMD_LEFTDOWN[8] = { 0, 1, 0, 0, 1, 0, 8, 8 };
uint8_t CMD_RIGHTDOWN[8] = { 0, 0, 1, 0, 1, 0, 8, 8 };
\r
uint8_t CMD_FIRE[8] = { 0, 0, 0, 0, 0, 1, 8, 8 };
\r
\r
uint8_t CMD_RIGHTDOWN[8] = { 0, 0, 1, 0, 1, 0, 8, 8 };
\r
uint8_t CMD_FIRE[8] = { 0, 0, 0, 0, 0, 1, 8, 8 };
\r
\r
-uint8_t
*
CmdState;
\r
-uint8_t CmdBuffer[LAUNCHER_CMD_BUFFER_SIZE];
\r
+uint8_t
*
CmdState;
\r
+uint8_t
CmdBuffer[LAUNCHER_CMD_BUFFER_SIZE];
\r
\r
/** Main program entry point. This routine configures the hardware required by the application, then
\r
* starts the scheduler to run the application tasks.
\r
\r
/** Main program entry point. This routine configures the hardware required by the application, then
\r
* starts the scheduler to run the application tasks.
\r