Skip to content

Commit 53a7b45

Browse files
committed
Merge pull request #2 from bedekelly/patch-1
Fixed typo(s)
2 parents a37be0c + 7fd841e commit 53a7b45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

output.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#include <stdint.h>
22
#include <avr/pgmspace.h>
33

4-
#define PLAYER_LENGHT 418
4+
#define PLAYER_LENGTH 418
55

6-
uint8_t INPUT_BLOCK[PLAYER_LENGHT];
6+
uint8_t INPUT_BLOCK[PLAYER_LENGTH];
77

8-
const uint8_t DATA_BLOCK[PLAYER_LENGHT] PROGMEM = {
8+
const uint8_t DATA_BLOCK[PLAYER_LENGTH] PROGMEM = {
99
0x87, 0x80, 0x82, 0x8A, 0x84, 0x91, 0x50, 0x00, 0x00, 0x00, 0x00, // name
1010
0x1, 0x24, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // nr of pokemon, pokemon ID, stop byte
1111
// 6 pokemon

0 commit comments

Comments
 (0)