blob: 7734557eefbab9c8c09768bcbf53e27bfe504254 [file] [log] [blame]
/*
* Copyright (c) 2017, embedjournal.com
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __INC_BOARD_H
#define __INC_BOARD_H
#include <soc.h>
/* On board LED */
#define LED0_GPIO_PORT "GPIOB"
#define LED0_GPIO_PIN 12
#endif /* __INC_BOARD_H */