2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/i2c/spi-memdrv.h: Add missing semi-colon.
This commit is contained in:
Joel Sherrill
2011-07-07 22:10:04 +00:00
parent 9f816ad4dc
commit 3837e53625
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/i2c/spi-memdrv.h: Add missing semi-colon.
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* aclocal/bspopts.m4: Added macros for cache options

View File

@@ -72,7 +72,7 @@ rtems_status_code spi_memdrv_read
uint32_t empty_state; /* value of erased cells */
uint32_t page_size; /* programming page size in byte */
uint32_t sector_size; /* erase sector size in byte */
uint32_t mem_size /* total capacity in byte */
uint32_t mem_size; /* total capacity in byte */
} spi_memdrv_param_t;
typedef struct {