Merge pull request from sviscapi/master

Changed boolean into bool in online_service.cpp
This commit is contained in:
Tim Felgentreff 2022-02-26 16:55:31 +01:00 committed by GitHub
commit c29919f31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -769,7 +769,7 @@ protected:
void handleUserdata(Context *);
void finishMessage(Context *);
boolean handleGenericMessages(Context *ctx, uint8_t msg) {
bool handleGenericMessages(Context *ctx, uint8_t msg) {
switch (msg) {
case 0x00: // SID_NULL
handleNull(ctx);