Commit 4923eedc authored by Sandeep Mistry's avatar Sandeep Mistry

Correct typo (#4)

parent 65bf2070
......@@ -92,7 +92,7 @@ void loop( void ) ;
#define bit(b) (1UL << (b))
#define digitalPinToPort(P) ( &(NRF_GPIO) )
#define digitalPinToPort(P) ( &(NRF_GPIO[P]) )
#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