Skip to content

Commit

Permalink
fixed BLE detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jpconstantineau committed Jun 9, 2022
1 parent 514207f commit e465aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=bluemicro_hid
version=0.0.6
version=0.0.7
author=Pierre Constantineau <[email protected]>
maintainer=Pierre Constantineau <[email protected]>
sentence=Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.
Expand Down
2 changes: 1 addition & 1 deletion src/hardware_detect.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: BSD-3-Clause

#ifdef NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
#ifdef ARDUINO_ARCH_NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
#define HARDWARE_DETECT_BLE_AVAILABLE
#define HARDWARE_DETECTED
#endif
Expand Down

0 comments on commit e465aff

Please sign in to comment.