X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/39d07c3da045a3d739f9977101f8a81f0b8ff0e1..dcf303762ad6b1401d2dcfd763764b400dcee2f7:/Projects/MissleLauncher/MissileLauncher.c?ds=inline diff --git a/Projects/MissleLauncher/MissileLauncher.c b/Projects/MissleLauncher/MissileLauncher.c index cb12e2aab..e70187be5 100644 --- 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 }; uint8_t CMD_FIRE[8] = { 0, 0, 0, 0, 0, 1, 8, 8 }; -uint8_t *CmdState; -uint8_t CmdBuffer[LAUNCHER_CMD_BUFFER_SIZE]; +uint8_t* CmdState; +uint8_t CmdBuffer[LAUNCHER_CMD_BUFFER_SIZE]; /** Main program entry point. This routine configures the hardware required by the application, then * starts the scheduler to run the application tasks.