Skip to content

Commit

Permalink
Update nRF8001-Porting-ACI-Library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddedwin committed Sep 1, 2014
1 parent a5c325c commit 36c6584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/libraries/BLE/nRF8001-Porting-ACI-Library.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Remove the interface from the SDK that will not be used in your target mcu
###Removing the interrupt interface: (Assuming this interface is not used in the target microcontroller)
Remove the function static void m_aci_isr(void) from the hal_aci_tl.cpp

Remove all instances of noInterrupts(); and interrupts();
Remove all instances of noInterrupts(); , interrupts(); , attachInterrupt and detachInterrupt.

Remove the below code in hal_aci_tl.cpp in the function
bool hal_aci_tl_event_get(hal_aci_data_t *p_aci_data)
Expand Down

0 comments on commit 36c6584

Please sign in to comment.