From eb545b525620a71b0800f1c51ee9d8cdfc31c33b Mon Sep 17 00:00:00 2001 From: emard Date: Thu, 14 Oct 2021 20:52:46 +0200 Subject: [PATCH] typo --- src/spiFlashdb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index 5f92273..3f44990 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -75,7 +75,7 @@ static std::map flash_list = { .bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}} }, {0xef4018, { - .manufacturer = "Windbond", + .manufacturer = "Winbond", .model = "W25Q128", .nr_sector = 256, .sector_erase = true,