From 4c6b056b8467bb6513224527ff3120ef905de397 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 11 Nov 2015 14:46:28 -0500 Subject: Lots of cleanup. Clean up and simplify(?) Makefile. Add copyrights as needed. Add include guard to stm-fmc.h. Move MX_USART2_UART_Init back to stm-init.c for possible copyright reasons. Move libc, src, and include files to top level. --- include/stm-fmc.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/stm-fmc.h (limited to 'include/stm-fmc.h') diff --git a/include/stm-fmc.h b/include/stm-fmc.h deleted file mode 100644 index cf9b77e..0000000 --- a/include/stm-fmc.h +++ /dev/null @@ -1,18 +0,0 @@ -//------------------------------------------------------------------------------ -// stm-fmc.h -//------------------------------------------------------------------------------ - -#include - -//------------------------------------------------------------------------------ -// Prototypes -//------------------------------------------------------------------------------ -void fmc_init(void); - -int fmc_write_32(uint32_t addr, uint32_t *data); -int fmc_read_32(uint32_t addr, uint32_t *data); - - -//------------------------------------------------------------------------------ -// EOF -//------------------------------------------------------------------------------ -- cgit v1.2.3