diff options
author | Paul Selkirk <paul@psgd.org> | 2017-05-02 17:10:02 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-05-02 17:10:02 -0400 |
commit | 1175ff63f2a8c4762692551403862f9f0789aef8 (patch) | |
tree | d7d004e639ffa35296b6c91a64711bcc34f63a9b /stm-fmc.h | |
parent | 716694ae77259e31526a6d64db867ced5c231ced (diff) |
Merge branch 'init_cleanup' into no-rtos
Clean up Makefiles and initialization code.
Diffstat (limited to 'stm-fmc.h')
-rw-r--r-- | stm-fmc.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -56,9 +56,7 @@ HAL_GPIO_Init(port, &GPIO_InitStruct) -extern HAL_StatusTypeDef fmc_init(void); -extern void fmc_init_gpio(void); - +extern void fmc_init(void); extern int fmc_write_32(uint32_t addr, uint32_t *data); extern int fmc_read_32(uint32_t addr, uint32_t *data); |