Skip to content

Commit 705990b

Browse files
changing from BlueMicro to BlueMicro nrf52840
1 parent 0443811 commit 705990b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/boards/bluemicro/board.h renamed to src/boards/bluemicro_nrf52840/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* THE SOFTWARE.
2323
*/
2424

25-
#ifndef _BLUEMICRO_H
26-
#define _BLUEMICRO_H
25+
#ifndef _BLUEMICRO_NRF52840_H
26+
#define _BLUEMICRO_NRF52840_H
2727

2828
#define _PINNUM(port, pin) ((port)*32 + (pin))
2929

0 commit comments

Comments
 (0)