diff options
Diffstat (limited to 'Core/Src/main.c')
| -rwxr-xr-x | Core/Src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Core/Src/main.c b/Core/Src/main.c index f7fdeac..1b3ef91 100755 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -30,6 +30,7 @@ /* USER CODE BEGIN Includes */
#include "cs4272.h"
#include "w9825g6kh6.h"
+#include "retain.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/
@@ -123,6 +124,8 @@ int main(void) FMC_Init();
//SDRAM_Test();
+ retain_init();
+
__HAL_RCC_SAI1_CLK_ENABLE();
__HAL_SAI_ENABLE(&hsai_BlockA1);
|
