aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-08-16 16:20:47 +0300
committerbarthess <barthess@yandex.ru>2016-08-16 16:20:47 +0300
commiteff62993d38c32459c982440a8ed5eb67ba8b6b0 (patch)
tree65f620ea12abd4ccf2a03768e92b20aa377b114c /os/hal/ports/STM32
parentb153796a5dd6aff59e8f22c50f6017d175c76e0a (diff)
downloadChibiOS-Contrib-eff62993d38c32459c982440a8ed5eb67ba8b6b0.tar.gz
ChibiOS-Contrib-eff62993d38c32459c982440a8ed5eb67ba8b6b0.tar.bz2
ChibiOS-Contrib-eff62993d38c32459c982440a8ed5eb67ba8b6b0.zip
[STM32 NAND] Deleted unused defines.
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h
index 8dca42f..5be023e 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h
@@ -133,11 +133,6 @@
/*===========================================================================*/
/**
- * @brief NAND driver condition flags type.
- */
-typedef uint32_t nandflags_t;
-
-/**
* @brief Type of a structure representing an NAND driver.
*/
typedef struct NANDDriver NANDDriver;
@@ -160,10 +155,6 @@ typedef void (*nandisrswitch_t)(void);
*/
typedef struct {
/**
- * @brief Pointer to lower level driver.
- */
- //const FSMCDriver *fsmcp;
- /**
* @brief Number of erase blocks in NAND device.
*/
uint32_t blocks;