1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 14:08:11 +00:00

embed/extmod/modtrezorui: fix typo in display-stm32.h

This commit is contained in:
Pavol Rusnak 2018-08-03 13:39:06 +02:00
parent f1dc43f951
commit 4ebd7d2ad8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -44,7 +44,8 @@
// ST7789V => 00 85 85 52
// GC9307 => 00 00 93 07
// ILI9341V => 00 00 00 00 (or unspecified)
// ILI9341V => 00 00 80 00
// some of the modules return "00 00 00 00", which means the vendor did not set the value
static uint32_t __attribute__((unused)) display_identify(void)
{
volatile uint8_t c;