Merge pull request #2560 from libin-ka/libin-ka-patch-2

Update flashmem.c
This commit is contained in:
Iceman 2024-10-05 15:51:29 +03:00 committed by GitHub
commit c293a0c36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -362,6 +362,9 @@ void Flashmem_print_status(void) {
} else {
if (device_type.manufacturer_id == WINBOND_MANID) {
switch (device_type.device_id) {
case WINBOND_16MB_DEVID:
DbpString(" Memory size............. " _YELLOW_("16 mbits / 2 MB"));
break;
case WINBOND_2MB_DEVID:
DbpString(" Memory size............. " _YELLOW_("2 mbits / 256 kb"));
break;