changing from BlueMicro to BlueMicro nrf52840

This commit is contained in:
Pierre
2020-10-22 16:26:05 -06:00
parent 0443811140
commit 705990bce8
3 changed files with 2 additions and 2 deletions
@@ -22,8 +22,8 @@
* THE SOFTWARE.
*/
#ifndef _BLUEMICRO_H
#define _BLUEMICRO_H
#ifndef _BLUEMICRO_NRF52840_H
#define _BLUEMICRO_NRF52840_H
#define _PINNUM(port, pin) ((port)*32 + (pin))