Commit 65bf2070 authored by Sandeep Mistry's avatar Sandeep Mistry

Correct typo

Resolves #4.
parent d9eff10f
......@@ -92,7 +92,7 @@ void loop( void ) ;
#define bit(b) (1UL << (b))
#define digitalPinToPort(P) ( &(NRF_GPIO]) )
#define digitalPinToPort(P) ( &(NRF_GPIO) )
#define digitalPinToBitMask(P) ( 1 << g_ADigitalPinMap[P] )
//#define analogInPinToBit(P) ( )
#define portOutputRegister(port) ( &(port->OUTSET) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment