Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CMSIS_DSP_401 STM32L4xx_HAL_Driver
Fork of OneHopeOnePrayer by
Diff: main.h
- 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
