drivers/mtd/sst26.c: Default memory type is 0x26.

This commit is contained in:
Ouss4 2019-11-23 08:49:51 -06:00 committed by Gregory Nutt
parent cbc72f756c
commit a284896ce1

View File

@ -97,7 +97,7 @@
#endif
#ifndef CONFIG_SST26_MEMORY_TYPE
# define CONFIG_SST26_MEMORY_TYPE 0x25
# define CONFIG_SST26_MEMORY_TYPE 0x26
#endif
/* SST26 Registers *******************************************************************/