SpiNorFlash: code style fix

This commit is contained in:
NeroBurner 2022-04-12 15:14:55 +02:00
parent 7194e3e38e
commit de8d0d6b6f

View File

@ -13,7 +13,7 @@ namespace Pinetime {
SpiNorFlash(SpiNorFlash&&) = delete;
SpiNorFlash& operator=(SpiNorFlash&&) = delete;
struct __attribute__((packed)) Identification{
struct __attribute__((packed)) Identification {
uint8_t manufacturer = 0;
uint8_t type = 0;
uint8_t density = 0;