summaryrefslogtreecommitdiff
path: root/ports/stm32f4/src/port.h
blob: cb55268f83c8d247d8fec844feb3efeb2f6fdade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 *
 * @brief Port specific includes go in this file 
 *
*/

#ifndef __PORT_H
#define __PORT_H

#include "stm32f4xx_hal.h"

#define led_Pin GPIO_PIN_13
#define led_GPIO_Port GPIOC

#endif