diff --git a/api/Print.cpp b/api/Print.cpp index 8c3e1930..efdd6366 100644 --- a/api/Print.cpp +++ b/api/Print.cpp @@ -41,7 +41,11 @@ size_t Print::write(const uint8_t *buffer, size_t size) size_t Print::print(const __FlashStringHelper *ifsh) { #if defined(__AVR__) + #if defined(__clang__) + PGM_P p = (PGM_P)(ifsh); + #else PGM_P p = reinterpret_cast(ifsh); + #endif size_t n = 0; while (1) { unsigned char c = pgm_read_byte(p++); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy