helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: targets/TARGET_NXP/TARGET_LPC176X/objects.h
- Revision:
- 174:b96e65c34a4d
- Parent:
- 149:156823d33999
diff -r e131a1973e81 -r b96e65c34a4d targets/TARGET_NXP/TARGET_LPC176X/objects.h --- a/targets/TARGET_NXP/TARGET_LPC176X/objects.h Fri Sep 15 14:59:18 2017 +0100 +++ b/targets/TARGET_NXP/TARGET_LPC176X/objects.h Mon Oct 02 15:33:19 2017 +0100 @@ -71,6 +71,10 @@ LPC_SSP_TypeDef *spi; }; +struct flash_s { + /* nothing to be stored for now */ + uint32_t dummy; +}; #ifdef __cplusplus } #endif