Skip to content

Commit 2711471

Browse files
authored
Add corrected spelling
set/getApperance -> set/getAppearance
1 parent 1f433a9 commit 2711471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Bluefruit52Lib/src/bluefruit.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ class AdafruitBluefruit
154154
int8_t getTxPower (void);
155155

156156
bool setApperance (uint16_t appear);
157+
bool setAppearance (uint16_t appear);
157158
uint16_t getApperance (void);
159+
uint16_t getAppearance (void);
158160

159161
ble_gap_sec_params_t getSecureParam(void)
160162
{

0 commit comments

Comments
 (0)