Senior Design: Sound Monitor / FINAL_AUDIO_RECORD

Dependencies:   CMSIS_DSP_401 STM32L4xx_HAL_Driver

Fork of OneHopeOnePrayer by Senior Design: Sound Monitor

Revision:
5:f6afbd3fc47a
Parent:
4:652cb54276d0
diff -r 652cb54276d0 -r f6afbd3fc47a main.h
--- a/main.h	Thu Dec 03 22:16:32 2015 +0000
+++ b/main.h	Sat Dec 05 16:17:25 2015 +0000
@@ -43,7 +43,7 @@
 #include "stdio.h"
 #include "string.h"
 #include "stm32l4xx_hal.h"
-#include "stm32l476g_discovery.h"
+#include "stm32l4xx_nucleo.h"
 
 #include "arm_math.h"
 #include "arm_const_structs.h"
@@ -54,9 +54,7 @@
 #include "core_cmInstr.h"
 #include "stdint.h"
 
-#include "stm32l476g_discovery_glass_lcd.h"
-#include "stm32l476g_discovery_audio.h"
-#include "stm32l476g_discovery_qspi.h"
+#include "stm32l4xx_nucleo_audio.h"
 
 /* Exported constants --------------------------------------------------------*/
 #define DEMO_NAME_CHAR_NB         20