mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
fix(legacy): fix SDL2 include path
[no changelog]
This commit is contained in:
parent
7295d2ee1e
commit
25bd9ebbbb
@ -19,7 +19,7 @@
|
||||
|
||||
#include "buttons.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
uint16_t buttonRead(void) {
|
||||
uint16_t state = 0;
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "oled.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
static SDL_Renderer *renderer = NULL;
|
||||
static SDL_Texture *texture = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user