*/ syntax correction in example

This commit is contained in:
RobertoHE 2022-11-29 09:09:21 +01:00 committed by GitHub
parent 25a78fa7f1
commit a1ec13758b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ static uint32_t customPasskeyRequest()
//static const bool response = true; //static const bool response = true;
/* /*
###### AND THE OTHER SETTINGS OF MIDI LIBRARY ###### ###### AND THE OTHER SETTINGS OF MIDI LIBRARY ######
*/
static const size_t MaxBufferSize = 16; static const size_t MaxBufferSize = 16;
}; };