Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd8d3d0

Browse files
author
Owen L - SFE
committedAug 23, 2019
comment out button handler initialization
1 parent 5d1606d commit bd8d3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎zzz_temporary-ble-build-out/zzz_temporary-ble-build-out.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void exactle_stack_init(void){
170170
handlerId = WsfOsSetNextHandler(NusHandler);
171171
NusHandlerInit(handlerId);
172172

173-
ButtonHandlerId = WsfOsSetNextHandler(button_handler);
173+
// ButtonHandlerId = WsfOsSetNextHandler(button_handler);
174174

175175
handlerId = WsfOsSetNextHandler(HciDrvHandler);
176176
HciDrvHandlerInit(handlerId);

0 commit comments

Comments
 (0)
Please sign in to comment.