Update Reference.md

This commit is contained in:
HomeSpan 2022-04-16 23:03:00 -05:00 committed by GitHub
parent 1d7d4e3093
commit 84d5348e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ A fully worked example showing how to use both the ***CUSTOM_SERV()*** and ***CU
### *SPAN_ACCESSORY()* and *SPAN_ACCESSORY(NAME)*
A "convenience" macro that implements the following very common code snippet used when creating Accessories. The last line is only included if *NAME* (a c-style string) has been included as an argument to the macro:
A "convenience" macro that implements the following very common code snippet used when creating Accessories. The last line is only included if *NAME* (a C-style string) has been included as an argument to the macro:
```C++
new SpanAccessory();