Skip to content

Commit

Permalink
Add missing elif
Browse files Browse the repository at this point in the history
  • Loading branch information
r3claimer authored Mar 30, 2023
1 parent b8f2ead commit fa385b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define KEYBOARD_SYMBOL_SIZE 58

// Parameters for OGU
#if defined(DEVICE_OGU)
#elif defined(DEVICE_OGU)
#define SCREEN_WIDTH 854
#define SCREEN_HEIGHT 480
#define HARDWARE_ACCELERATION 0
Expand Down

0 comments on commit fa385b6

Please sign in to comment.