diff options
Diffstat (limited to 'include/u8c/println.h')
-rw-r--r-- | include/u8c/println.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/println.h b/include/u8c/println.h index 2887726..d6874de 100644 --- a/include/u8c/println.h +++ b/include/u8c/println.h @@ -21,7 +21,7 @@ # if defined(__cplusplus) extern "C" { # endif -extern uint_least8_t u8c_println(FILE * fp,uint_least32_t * const msg,...); +extern uint_least8_t u8c_println(FILE * fp,uint_least32_t const * const msg,...); # if defined(__cplusplus) } # endif |