typo in flash_s struct
pull/4485/head
adustm 2017-03-29 10:42:03 +02:00 committed by Kevin Gilbert
parent e7fb5b4edd
commit 4860e6a485
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@ struct i2c_s {
uint8_t available_events;
#endif
};
#if DEVICE_FLASH
struct flash_s {
uint32_t dummy;
};
#endif
#define GPIO_IP_WITHOUT_BRR
#include "gpio_object.h"