Files @ 39ea1ee3d5af
Branch filter:

Location: therm-ng/src/dma.c

Ethan Zonca
Add logo rendering
/*
 * dma.c
 *
 *  Created on: Aug 9, 2016
 *      Author: Nicholas Orlando
 */

/* Includes ------------------------------------------------------------------*/
#include "dma.h"

/* USER CODE BEGIN 0 */

/* USER CODE END 0 */

/*----------------------------------------------------------------------------*/
/* Configure DMA                                                              */
/*----------------------------------------------------------------------------*/

/* USER CODE BEGIN 1 */

/* USER CODE END 1 */

/**
  * Enable DMA controller clock
  */
void MX_DMA_Init(void)
{

}

/* USER CODE BEGIN 2 */

/* USER CODE END 2 */