nrf5/examples: Adding a extra global variable to the game which breaks the game execution.

This commit is contained in:
Glenn Ruben Bakke 2017-01-15 19:59:09 +01:00
parent b0a730d482
commit 0380d2e781

@ -87,6 +87,10 @@ font_2048 = [
"xxx x x x"
]
font_4096 = [
"x"
]
DIR_UP = const(0x1)
DIR_DOWN = const(0x2)
DIR_LEFT = const(0x3)